@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xxxs: 0;
  --breakpoint-xxs: 320px;
  --breakpoint-xs: 568px;
  --breakpoint-sm: 667px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1366px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xxxs,
.container-xxs,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 100%;
}

@media (min-width: 320px) {
  .container, .container-xxs {
    max-width: 320px;
  }
}

@media (min-width: 568px) {
  .container, .container-xxs, .container-xs {
    max-width: 568px;
  }
}

@media (min-width: 667px) {
  .container, .container-xxs, .container-xs, .container-sm {
    max-width: 667px;
  }
}

@media (min-width: 768px) {
  .container, .container-xxs, .container-xs, .container-sm, .container-md {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container, .container-xxs, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container, .container-xxs, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1366px) {
  .container, .container-xxs, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1366px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs,
.col-xxs-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 320px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxs-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxs-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxs-first {
    order: -1;
  }
  .order-xxs-last {
    order: 13;
  }
  .order-xxs-0 {
    order: 0;
  }
  .order-xxs-1 {
    order: 1;
  }
  .order-xxs-2 {
    order: 2;
  }
  .order-xxs-3 {
    order: 3;
  }
  .order-xxs-4 {
    order: 4;
  }
  .order-xxs-5 {
    order: 5;
  }
  .order-xxs-6 {
    order: 6;
  }
  .order-xxs-7 {
    order: 7;
  }
  .order-xxs-8 {
    order: 8;
  }
  .order-xxs-9 {
    order: 9;
  }
  .order-xxs-10 {
    order: 10;
  }
  .order-xxs-11 {
    order: 11;
  }
  .order-xxs-12 {
    order: 12;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.33333%;
  }
  .offset-xxs-2 {
    margin-left: 16.66667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.33333%;
  }
  .offset-xxs-5 {
    margin-left: 41.66667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.33333%;
  }
  .offset-xxs-8 {
    margin-left: 66.66667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.33333%;
  }
  .offset-xxs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 568px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 667px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 319.98px) {
  .table-responsive-xxs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 567.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}

@media (max-width: 666.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1365.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 667px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 320px) {
  .dropdown-menu-xxs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxs-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 568px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 667px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1366px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-xxxs, .navbar .container-xxs, .navbar .container-xs, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 319.98px) {
  .navbar-expand-xxs > .container,
  .navbar-expand-xxs > .container-fluid, .navbar-expand-xxs > .container-xxxs, .navbar-expand-xxs > .container-xxs, .navbar-expand-xxs > .container-xs, .navbar-expand-xxs > .container-sm, .navbar-expand-xxs > .container-md, .navbar-expand-xxs > .container-lg, .navbar-expand-xxs > .container-xl, .navbar-expand-xxs > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 320px) {
  .navbar-expand-xxs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxs > .container,
  .navbar-expand-xxs > .container-fluid, .navbar-expand-xxs > .container-xxxs, .navbar-expand-xxs > .container-xxs, .navbar-expand-xxs > .container-xs, .navbar-expand-xxs > .container-sm, .navbar-expand-xxs > .container-md, .navbar-expand-xxs > .container-lg, .navbar-expand-xxs > .container-xl, .navbar-expand-xxs > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 567.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-xxxs, .navbar-expand-xs > .container-xxs, .navbar-expand-xs > .container-xs, .navbar-expand-xs > .container-sm, .navbar-expand-xs > .container-md, .navbar-expand-xs > .container-lg, .navbar-expand-xs > .container-xl, .navbar-expand-xs > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 568px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-xxxs, .navbar-expand-xs > .container-xxs, .navbar-expand-xs > .container-xs, .navbar-expand-xs > .container-sm, .navbar-expand-xs > .container-md, .navbar-expand-xs > .container-lg, .navbar-expand-xs > .container-xl, .navbar-expand-xs > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 666.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xxxs, .navbar-expand-sm > .container-xxs, .navbar-expand-sm > .container-xs, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 667px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xxxs, .navbar-expand-sm > .container-xxs, .navbar-expand-sm > .container-xs, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xxxs, .navbar-expand-md > .container-xxs, .navbar-expand-md > .container-xs, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xxxs, .navbar-expand-md > .container-xxs, .navbar-expand-md > .container-xs, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xxxs, .navbar-expand-lg > .container-xxs, .navbar-expand-lg > .container-xs, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xxxs, .navbar-expand-lg > .container-xxs, .navbar-expand-lg > .container-xs, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xxxs, .navbar-expand-xl > .container-xxs, .navbar-expand-xl > .container-xs, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xxxs, .navbar-expand-xl > .container-xxs, .navbar-expand-xl > .container-xs, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1365.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-xxxs, .navbar-expand-xxl > .container-xxs, .navbar-expand-xxl > .container-xs, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1366px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-xxxs, .navbar-expand-xxl > .container-xxs, .navbar-expand-xxl > .container-xs, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-xxxs, .navbar-expand > .container-xxs, .navbar-expand > .container-xs, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-xxxs, .navbar-expand > .container-xxs, .navbar-expand > .container-xs, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 667px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 667px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 667px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 667px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 320px) {
  .list-group-horizontal-xxs {
    flex-direction: row;
  }
  .list-group-horizontal-xxs > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxs > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 568px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 667px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1366px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 667px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 320px) {
  .d-xxs-none {
    display: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 568px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 667px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 320px) {
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    justify-content: space-around !important;
  }
  .align-items-xxs-start {
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    align-content: center !important;
  }
  .align-content-xxs-between {
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    align-self: auto !important;
  }
  .align-self-xxs-start {
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 568px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 667px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 320px) {
  .float-xxs-left {
    float: left !important;
  }
  .float-xxs-right {
    float: right !important;
  }
  .float-xxs-none {
    float: none !important;
  }
}

@media (min-width: 568px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}

@media (min-width: 667px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1366px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 320px) {
  .m-xxs-0 {
    margin: 0 !important;
  }
  .mt-xxs-0,
  .my-xxs-0 {
    margin-top: 0 !important;
  }
  .mr-xxs-0,
  .mx-xxs-0 {
    margin-right: 0 !important;
  }
  .mb-xxs-0,
  .my-xxs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxs-0,
  .mx-xxs-0 {
    margin-left: 0 !important;
  }
  .m-xxs-1 {
    margin: 0.25rem !important;
  }
  .mt-xxs-1,
  .my-xxs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxs-1,
  .mx-xxs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxs-1,
  .my-xxs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxs-1,
  .mx-xxs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxs-2 {
    margin: 0.5rem !important;
  }
  .mt-xxs-2,
  .my-xxs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxs-2,
  .mx-xxs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxs-2,
  .my-xxs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxs-2,
  .mx-xxs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxs-3 {
    margin: 1rem !important;
  }
  .mt-xxs-3,
  .my-xxs-3 {
    margin-top: 1rem !important;
  }
  .mr-xxs-3,
  .mx-xxs-3 {
    margin-right: 1rem !important;
  }
  .mb-xxs-3,
  .my-xxs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxs-3,
  .mx-xxs-3 {
    margin-left: 1rem !important;
  }
  .m-xxs-4 {
    margin: 1.5rem !important;
  }
  .mt-xxs-4,
  .my-xxs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxs-4,
  .mx-xxs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxs-4,
  .my-xxs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxs-4,
  .mx-xxs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxs-5 {
    margin: 3rem !important;
  }
  .mt-xxs-5,
  .my-xxs-5 {
    margin-top: 3rem !important;
  }
  .mr-xxs-5,
  .mx-xxs-5 {
    margin-right: 3rem !important;
  }
  .mb-xxs-5,
  .my-xxs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxs-5,
  .mx-xxs-5 {
    margin-left: 3rem !important;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .pt-xxs-0,
  .py-xxs-0 {
    padding-top: 0 !important;
  }
  .pr-xxs-0,
  .px-xxs-0 {
    padding-right: 0 !important;
  }
  .pb-xxs-0,
  .py-xxs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxs-0,
  .px-xxs-0 {
    padding-left: 0 !important;
  }
  .p-xxs-1 {
    padding: 0.25rem !important;
  }
  .pt-xxs-1,
  .py-xxs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxs-1,
  .px-xxs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxs-1,
  .py-xxs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxs-1,
  .px-xxs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxs-2 {
    padding: 0.5rem !important;
  }
  .pt-xxs-2,
  .py-xxs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxs-2,
  .px-xxs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxs-2,
  .py-xxs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxs-2,
  .px-xxs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxs-3 {
    padding: 1rem !important;
  }
  .pt-xxs-3,
  .py-xxs-3 {
    padding-top: 1rem !important;
  }
  .pr-xxs-3,
  .px-xxs-3 {
    padding-right: 1rem !important;
  }
  .pb-xxs-3,
  .py-xxs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxs-3,
  .px-xxs-3 {
    padding-left: 1rem !important;
  }
  .p-xxs-4 {
    padding: 1.5rem !important;
  }
  .pt-xxs-4,
  .py-xxs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxs-4,
  .px-xxs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxs-4,
  .py-xxs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxs-4,
  .px-xxs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxs-5 {
    padding: 3rem !important;
  }
  .pt-xxs-5,
  .py-xxs-5 {
    padding-top: 3rem !important;
  }
  .pr-xxs-5,
  .px-xxs-5 {
    padding-right: 3rem !important;
  }
  .pb-xxs-5,
  .py-xxs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxs-5,
  .px-xxs-5 {
    padding-left: 3rem !important;
  }
  .m-xxs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxs-n1,
  .my-xxs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxs-n1,
  .mx-xxs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxs-n1,
  .my-xxs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxs-n1,
  .mx-xxs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxs-n2,
  .my-xxs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxs-n2,
  .mx-xxs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxs-n2,
  .my-xxs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxs-n2,
  .mx-xxs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxs-n3 {
    margin: -1rem !important;
  }
  .mt-xxs-n3,
  .my-xxs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxs-n3,
  .mx-xxs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxs-n3,
  .my-xxs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxs-n3,
  .mx-xxs-n3 {
    margin-left: -1rem !important;
  }
  .m-xxs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxs-n4,
  .my-xxs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxs-n4,
  .mx-xxs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxs-n4,
  .my-xxs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxs-n4,
  .mx-xxs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxs-n5 {
    margin: -3rem !important;
  }
  .mt-xxs-n5,
  .my-xxs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxs-n5,
  .mx-xxs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxs-n5,
  .my-xxs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxs-n5,
  .mx-xxs-n5 {
    margin-left: -3rem !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mt-xxs-auto,
  .my-xxs-auto {
    margin-top: auto !important;
  }
  .mr-xxs-auto,
  .mx-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-auto,
  .my-xxs-auto {
    margin-bottom: auto !important;
  }
  .ml-xxs-auto,
  .mx-xxs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 568px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 667px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1366px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 320px) {
  .text-xxs-left {
    text-align: left !important;
  }
  .text-xxs-right {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}

@media (min-width: 568px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 667px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1366px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* ------  media-query ---------- */
/* ------box-shadow opacity ------------*/
/* ------Cross browser opacity ------------*/
/* ----.faded-text {
  @include opacity(0.8);
}
*/
/*----------Quick Gradients------------*/
/* ----- 
.foo {
  @include background-gradient(red, black, 'vertical');
}
------*/
/*-------Font Sizes ---------*/
/* --- p {
  @include font-size(14px)
}
-----*/
/*-------Clearfix -------*/
/*------- Centering Elements -------*/
/*------.foo {
  @include center(both);
}
*/
/*------- padding/margin -------*/
.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.m5 {
  margin: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.m10 {
  margin: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.m15 {
  margin: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.m20 {
  margin: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.m25 {
  margin: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.m30 {
  margin: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.m35 {
  margin: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.m40 {
  margin: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.m45 {
  margin: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.m50 {
  margin: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.m55 {
  margin: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.m60 {
  margin: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.m65 {
  margin: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.m70 {
  margin: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.m75 {
  margin: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.m80 {
  margin: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.m85 {
  margin: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.m90 {
  margin: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.m95 {
  margin: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.m100 {
  margin: 100px !important;
}

.p100 {
  padding: 100px !important;
}

a:hover, a:focus {
  text-decoration: none;
}

.ortext {
  color: #A3A8B1;
}

.bluetext {
  color: #072AC8;
}

.bluebg {
  background: #072AC8;
}

.orangetext {
  color: #f1501a;
}

.orangetext:hover {
  color: #f1501a;
}

.orangebg {
  background: #f1501a;
}

.whtext {
  color: #fff;
}

.pinktext {
  color: #F99E36;
}

.whbg {
  background: #fff;
}

.bltext {
  color: #000;
}

.blbg {
  background: #000;
}

.greytext {
  color: #f0f0f0;
}

.greybg {
  color: #f0f0f0;
}

.dark-greytext {
  color: #4E5257;
}

.dark-greybg {
  color: #4E5257;
}

.headtext {
  color: #252a37;
}

.headbg {
  background: #252a37;
}

.pinkbg {
  background: #F99E36;
}

.orangeyellowtext {
  color: #F99E36;
}

.orangeyellowbg {
  background: #F99E36;
}

.inkbluetext {
  color: #072AC8;
}

.inkbluebg {
  background: #072AC8;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #072AC8;
  background-color: #072AC8;
}

a {
  color: #072AC8;
  text-decoration: none;
  background-color: transparent;
}

.genderdiv {
  min-height: 46px;
}

.genderdiv label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #555555;
  width: 100px;
  border-color: #757988;
}

.genderdiv label i {
  color: #072AC8;
}

.genderdiv label.active i {
  color: #fff;
}

.btn-primary:hover, .btn-primary.active {
  background: #072AC8 !important;
  border-color: #072AC8 !important;
}

.pinkgradientbtn {
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  background: transparent linear-gradient(114deg, #FF5D88 0%, #EA164F 100%);
  box-shadow: 1px 2px 10px #EA164F26;
  border: 1px solid #EA164F;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFC;
  min-width: 144px;
  position: relative;
}

@media (max-width: 567px) {
  .pinkgradientbtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.pinkgradientbtn span {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.pinkgradientbtn span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.pinkgradientbtn:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

textarea {
  resize: none;
}

.angucomplete-dropdown {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 14px;
}

.customradiocss {
  border: 1px solid #757988;
  padding: 10px;
  border-radius: 4px;
  letter-spacing: 0.36px;
  color: #393b3e;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 25px 10px 40px;
  background: #fff;
}

.customradiocss:before, .customradiocss:after {
  left: 15px;
  top: 14px;
}

input[type="radio"]:checked + label.customradiocss {
  border-color: #072AC8;
  box-shadow: 1px 3px 6px #3c47581f;
}

.floating-container {
  min-height: 54px;
  border: 1px solid  #757988;
  border-radius: 4px;
  background: #fff;
}

.floating-label {
  position: relative;
}

.floating-input,
.floating-select {
  border: 0;
  width: 100%;
  /*height:54px;*/
  color: #757988;
  font-size: 16px;
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 0;
  box-shadow: none;
  margin-top: 10px;
}

.floating-input:not(:placeholder-shown) {
  margin-top: 10px;
}

.floating-label label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label, select.floating-select[disabled] ~ label {
  top: -10px;
  left: 10px;
  font-size: 12px  !important;
  color: #5264AE;
  color: #f1501a;
  background: #fff;
  padding-left: 2px;
  padding-right: 5px;
  line-height: 18px;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
  top: -10px;
  font-size: 14px;
  color: #f1501a;
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
}

/* highlighter */
.floating-input .highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight, select.floating-select[disabled] {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.angucontainer .angucompletecl {
  border: 1px solid  #757988;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  max-width: 300px;
  width: 100%;
}

.angucontainer .angucomplete-holder .angucomplete-dropdown {
  max-width: 300px;
  width: 100%;
  margin-top: 0;
}

.angucontainer .angucomplete-selected-row, .angucontainer .angucomplete-row:hover {
  background: #F99E36;
}

.angucontainer .angucomplete-input-not-empty {
  border-color: #072AC8;
  box-shadow: 1px 3px 6px #3c47581f;
}

.angucontainer .inputbx {
  border: 1px solid  #757988;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  max-width: 300px;
  width: 100%;
}

.angucontainer .inputbx:focus {
  border-color: #072AC8;
  box-shadow: 1px 3px 6px #3c47581f;
  outline: none;
}

.accordianinput {
  max-width: 250px;
  width: 100%;
  border-radius: 4px;
}

.accordianinput:focus {
  box-shadow: none;
}

.accordiancontent .card {
  margin-bottom: 10px;
}

.accordiancontent .card.card-open .card-header {
  border-bottom: 1px solid #ced4da;
  background: #fff;
}

.accordiancontent .card.card-open h5 a span {
  color: #072AC8;
}

.accordiancontent .card-header {
  border-bottom: none;
  border: 1px solid #efefef;
  background: #f7f7f7;
  padding: 10px 15px;
}

.accordiancontent h5 a span {
  justify-content: space-between;
  display: flex;
  font-size: 1.2rem;
  color: #3C4758;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .icon-menu {
    display: inline;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 2px 5px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: -25px;
    top: -1px;
    border: 1px solid #072AC8;
    background: #072AC8;
    border-radius: 0px 3px 3px 0px;
    -webkit-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.7);
    z-index: 2;
  }
  .menusidebar {
    background: #f0f0f0 repeat left top;
    left: -285px;
    min-height: 100%;
    position: absolute;
    width: 285px;
    z-index: 10;
    overflow: visible;
    border: 1px solid #f8f8f8;
  }
  .car.login-wraper .menusidebar > div {
    width: auto !important;
  }
}

/*animation showhide */
.animate-show {
  transition: all ease-in 10s;
  opacity: 1;
  /*transform: translateY(0%);
  filter: blur(0);*/
}

.animate-show.ng-hide {
  transform: translateY(0%);
  filter: blur(2px);
}

.ng-hide {
  transform: translateY(0%);
  filter: blur(2px);
}

.animate-show.ng-hide.ng-hide:not(.ng-hide-animate) {
  display: block !important;
}

/* end*/
.gradientbtn-cl, .paymentfail .arrowbtn {
  color: #fff;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  height: 46px;
  border: 1px solid #F99E36;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
}

.gradientbtn-cl span, .paymentfail .arrowbtn span {
  overflow: hidden;
}

.gradientbtn-cl span:after, .paymentfail .arrowbtn span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.gradientbtn-cl:hover span:after, .paymentfail .arrowbtn:hover span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.greylink {
  color: #4e5257;
}

.greylink:hover {
  text-decoration: none !important;
  color: inherit;
}

.greylink.underline {
  text-decoration: underline;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover {
  color: #072AC8;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: left;
  font-size: 14px;
  color: #a3a8b1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
  font-size: 14px;
  color: #a3a8b1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  text-align: left;
  font-size: 14px;
  color: #a3a8b1;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
  font-size: 14px;
  color: #a3a8b1;
}

.greysel .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #072AC8;
  border-color: #072AC8;
}

.greysel .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3c4365;
}

.greysel .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(60, 67, 101, 0.25);
}

.bluesel .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #072AC8;
}

.bluesel .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(18, 115, 232, 0.25);
}

.bluesel .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #072AC8;
  background-color: #072AC8;
}

.bluesel .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.custom-sel-grey .custom-select {
  background: #fafafa url("../img/svg/down-arrow-grey.svg") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #d9dee6;
  color: #072AC8;
  font-weight: 700;
  font-size: 14px;
  border-radius: 2px;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.custom-sel-grey .custom-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 222, 230, 0.25);
  border: 1px solid 1px solid #d9dee6;
}

.custom-sel-grey .lighttext {
  color: #a3a8b1;
}

.custom-sel-border .custom-select {
  background: transparent url("../img/svg/down-arrow-solid.svg") no-repeat right 0.75rem center/8px 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #393b3e;
  color: #393b3e;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0px;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.custom-sel-border .custom-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 222, 230, 0.25);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #393b3e;
}

.btn-switch {
  position: relative;
  display: block;
  width: 50px;
  height: 25px;
  cursor: pointer;
  background-color: #a3a8b1;
  border: 2px solid #a3a8b1;
  border-radius: 40px;
}

.btn-switch .btn-switch-circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}

.btn-switch--on {
  background-color: #0255b9;
  border: 2px solid #0255b9;
}

.btn-switch--on .btn-switch-circle--on {
  left: auto;
  right: 0;
}

.commonpopup .modal-backdrop {
  background: black;
}

.commonpopup .modal-content {
  border-radius: 6px;
  border: 0;
}

.commonpopup .modal-header {
  border-radius: 6px 6px 0 0;
  /*background:linear-gradient(111deg, rgba(158, 201, 252, 1) 0%, rgba(18, 115, 232, 1) 100%) 0% 0% no-repeat padding-box; */
}

.commonpopup .modal-header h3 {
  color: #072AC8;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}

.commonpopup .modal-body {
  background: #fafafa 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 64px rgba(0, 0, 0, 0.09);
  border-radius: 0 0 6px 6px;
}

.commonpopup .btn-close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 41px;
  height: 41px;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border: 2px solid #90939e;
  border-radius: 100%;
  color: #757988;
  z-index: 2;
}

@media (max-width: 767px) {
  .commonpopup .modal-dialog {
    margin-top: 50px;
  }
  .commonpopup .btn-close {
    right: -5px;
    top: -32px;
  }
}

.commonpopup .premiumbreakup {
  color: #072AC8;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.commonpopup .maxwid {
  max-width: 300px;
}

.commonpopup .rzslider .rz-bubble.rz-limit {
  display: none;
}

.commonpopup .rz-bubble.rz-model-value {
  display: inline-block;
}

.commonpopup .rz-bubble.rz-model-value:before {
  content: "\f156";
  font-family: 'Font Awesome 5 Free';
  float: left;
  font-weight: 900;
  margin-right: 5px;
}

.fortab .nav-tabs {
  /*margin-left:-15px; margin-right:-15px;*/
  border: 0;
}

.fortab .nav-tabs li:first-child a:before {
  display: none;
}

.fortab .nav-link {
  border: 0;
  background: #fafafa;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.28px;
  color: #757988;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px 4px 0px 0px;
  position: relative;
}

.fortab .nav-link.active {
  border: 1px solid #9ec9fc;
  background: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #3c4758;
}

.fortab .nav-link.active:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #072AC8;
}

@media (max-width: 640px) {
  .fortab .nav-link {
    display: flex;
    align-items: center;
    justify-content: Center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }
}

.fortab .nav-link.disabled {
  background: #e3e3e3;
  cursor: not-allowed;
  pointer-events: all !important;
}

.fortab .nav-link.disabled.active {
  background: #1baf5c;
  color: #fff;
  cursor: pointer;
}

/* material class */
body.md-default-theme,
body,
html.md-default-theme,
html {
  background: #fff;
}

.matirial-datepicker {
  display: flex;
  border: 1px solid #757988;
  padding: 0 0px 0 12px;
}

.matirial-datepicker .md-datepicker-input {
  width: 100%;
  padding: 0;
}

.matirial-datepicker .md-datepicker-input-container {
  order: 1;
}

.matirial-datepicker .md-datepicker-button {
  order: 2;
}

.matirial-datepicker .datepickercl {
  width: 100%;
  padding-right: 0;
}

.matirial-datepicker .datepickercl .md-datepicker-input-container {
  width: 100%;
}

.matirial-datepicker .md-icon-button + .md-datepicker-input-container {
  margin-left: 0;
}

.matirial-datepicker .datepickercl {
  display: flex;
  align-items: center;
}

.matirial-datepicker .md-datepicker-has-triangle-icon {
  padding-right: 0;
}

.matirial-datepicker .md-datepicker-triangle-button.md-button.md-icon-button {
  display: none;
}

.matirial-datepicker .md-button.md-icon-button {
  min-height: 33px;
  height: 33px;
  padding: 0;
  margin: 0;
}

.matirial-datepicker .md-datepicker-input-container {
  border-bottom: 0;
  max-width: 100%;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #072AC8;
}

.row.lesspadding {
  margin-left: -5px;
  margin-right: -5px;
}

.row.lesspadding [class*="col-"], .row.lesspadding [class*="col"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row.lesspd {
  margin-left: -10px;
  margin-right: -10px;
}

.row.lesspd [class*="col-"], .row.lesspd [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.policydate {
  height: 48px;
  background: #ffffff;
  border: 1px solid #4e5257;
  border-radius: 4px;
  max-width: 250px;
  width: 100%;
}

.ncbdiv {
  background: #fdfdfd;
  border: 1px solid #efefef;
  border-radius: 6px;
  padding: 16px;
  color: #3c4758;
  display: inline-block;
}

.ncbdiv h3 {
  color: #072AC8;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}

.ncbdiv h3:before {
  content: " ";
  background: #ff5d88;
  border-radius: 2px;
  height: 15px;
  width: 2px;
  position: absolute;
  left: 0;
}

.ncbdiv strong {
  color: #3c4758;
  font-weight: 700;
}

.angularjsinput {
  /*margin:0;
display:flex;
align-items:center;*/
  /*md-input-container.md-input-focused, md-input-container.md-input-has-value  { box-shadow: 1px 2px 10px #393B3E29; } */
}

.angularjsinput md-input-container {
  margin: 0;
}

.angularjsinput md-input-container label {
  margin-bottom: 0;
}

.angularjsinput md-input-container .md-errors-spacer {
  display: none;
}

.angularjsinput .inputcotainer md-input-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border: 1px solid #4e5257 !important;
  border-radius: 4px;
  border: 0;
  padding: 15px 15px 8px;
  max-width: 317px;
  width: 100%;
  height: 68px;
}

.angularjsinput .inputcotainer md-input-container .md-input {
  border: 0;
  font-weight: 600;
  color: #191a1a;
}

.angularjsinput .inputcotainer md-input-container .md-input label {
  margin-bottom: 0;
}

.angularjsinput md-input-container.md-input-focused label:not(.md-container-ignore),
.angularjsinput md-input-container.md-input-has-value label:not(.md-container-ignore) {
  bottom: auto;
  top: 0px;
  left: 12px;
}

.angularjsinput md-input-container.md-input-focused .md-input,
.angularjsinput md-input-container.md-input-has-value .md-input {
  margin-top: 5px;
}

.angularjsinput md-input-container label:not(.md-container-ignore) {
  bottom: 76%;
  left: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #757988;
}

.angularjsinput md-input-container.md-input-focused .md-input {
  /*box-shadow: 1px 2px 10px #393B3E29 !important;*/
}

.angularjsinput.smallinput {
  /*margin:0;
  display:flex;
  align-items:center;*/
}

.angularjsinput.smallinput md-input-container {
  margin: 0;
}

.angularjsinput.smallinput md-input-container label {
  margin-bottom: 0;
}

.angularjsinput.smallinput md-input-container .md-errors-spacer {
  display: none;
}

.angularjsinput.smallinput .inputcotainer md-input-container {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #4e5257 !important;
  border-radius: 4px;
  border: 0;
  padding: 10px 12px 5px;
  max-width: 317px;
  width: 100%;
  height: 54px;
}

.angularjsinput.smallinput .inputcotainer md-input-container .md-input {
  border: 0;
  font-weight: 600;
  color: #191a1a;
}

.angularjsinput.smallinput .inputcotainer md-input-container .md-input label {
  margin-bottom: 0;
}

.angularjsinput.smallinput md-input-container.md-input-focused,
.angularjsinput.smallinput md-input-container.md-input-has-value {
  box-shadow: 1px 2px 10px #393b3e29;
}

.angularjsinput.smallinput md-input-container.md-input-focused label:not(.md-container-ignore),
.angularjsinput.smallinput md-input-container.md-input-has-value label:not(.md-container-ignore) {
  bottom: auto;
  top: -2px;
  left: 10px;
  color: #072AC8;
}

.angularjsinput.smallinput md-input-container.md-input-focused .md-input,
.angularjsinput.smallinput md-input-container.md-input-has-value .md-input {
  margin-top: 5px;
  background: transparent;
}

.angularjsinput.smallinput md-input-container label:not(.md-container-ignore) {
  bottom: 78%;
  left: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #757988;
}

.angularjsinput .inputcotainer md-input-container.md-input-invalid {
  border-color: #ff3131 !important;
  position: relative;
}

.angularjsinput .inputcotainer md-input-container.md-input-invalid:after {
  content: " ! ";
  position: absolute;
  right: 10px;
  background: #ffdbdb;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 100%;
  line-height: 22px;
  color: #ff3131;
}

.angularjsinput .errormsg {
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 14px;
  color: #ff3131;
}

.allsettext {
  color: #4e5257;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #757988;
}

.allsettext strong {
  color: #4e5257;
}

.input-medium-btn {
  border: 1px solid #9ec9fc;
  background: #ffffff;
  border: 1px solid #9ec9fc;
  border-radius: 6px;
  min-width: 139px;
  min-height: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #072AC8;
  font-weight: 700;
  letter-spacing: 0px;
  color: #072AC8;
  font-size: 18px;
}

.input-medium-btn:hover, .input-medium-btn:focus {
  box-shadow: 1px 2px 10px #072AC81f;
  color: #072AC8;
}

.input-medium-claims {
  min-width: 178px;
  min-height: 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 1px 2px 12px #3c475814;
  border-radius: 25px;
  color: #072AC8;
  font-weight: 700;
  font-size: 16px;
}

.input-medium-claims:hover, .input-medium-claims:focus {
  color: #072AC8;
}

.autocompletecontainer {
  /*
  md-autocomplete[md-floating-label]{
  border: 1px solid #4E5257;
  border-radius: 4px;
  padding:8px 15px;
  display:inline-flex; 
  background:#fff;
  max-width: 300px;
  width: 100%;
  
  }
  
  
  
  md-input-container{ margin:18px 0 0 0;}
   
   md-input-container .md-errors-spacer{display:none;}
   md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline{
   display:none;
   }
   md-input-container .md-input{ border:0;}*/
}

.autocompletecontainer md-input-container .md-input {
  padding: 22px 20px;
  border: 1px solid #a3a8b1;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  height: 68px;
  border: 1px solid #a3a8b1;
}

.autocompletecontainer md-input-container {
  margin: 0;
  padding: 0;
}

.autocompletecontainer md-input-container .md-errors-spacer {
  display: none;
}

.autocompletecontainer md-input-container label:not(.md-container-ignore) {
  bottom: 10px;
  transform: translateY(-50%) !important;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #757988;
}

.autocompletecontainer md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  display: none;
}

.autocompletecontainer md-input-container .md-input.ng-invalid.ng-dirty,
.autocompletecontainer md-input-container.md-input-resized .md-input {
  border: 1px solid #ff0000 !important;
  box-shadow: 1px 2px 10px #393b3e29;
}

.autocompletecontainer md-input-container.md-input-focused .md-input {
  border: 1px solid #072AC8 !important;
  box-shadow: 1px 2px 10px #393b3e29;
}

.autocompletecontainer md-input-container.md-input-focused label {
  color: #072AC8 !important;
}

.autocompletecontainer md-input-container label:not(.md-no-float):not(.md-container-ignore),
.autocompletecontainer md-input-container .md-placeholder {
  width: 100%;
  padding-left: 20px;
  border-box: content-box;
  transition: all ease-in 0.2s;
}

.autocompletecontainer .md-autocomplete-suggestions .md-autocomplete-suggestion {
  color: #393b3e;
  font-weight: 400;
  font-size: 16px;
}

.autocompletecontainer md-input-container.md-input-has-value label:not(.md-container-ignore),
.autocompletecontainer md-input-container.md-input-focused label:not(.md-container-ignore) {
  bottom: 22px;
  transform: translateY(-50%) !important;
  font-size: 14px;
}

.autocompletecontainer .md-virtual-repeat-container.md-autocomplete-suggestions-container,
.autocompletecontainer .md-standard-list-container.md-autocomplete-suggestions-container {
  box-shadow: none;
  border: 1px solid #d9dee6;
  border-radius: 4px;
  padding: 4px;
  border-radius-top: 0;
  border-radius-right: 0;
}

.autocompletecontainer md-input-container.md-input-has-value .md-input {
  padding-bottom: 0;
}

.autocompletecontainer.smallautocomplete md-input-container .md-input {
  padding: 15px 20px;
  border: 1px solid #a3a8b1;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  height: 54px;
  border: 1px solid #a3a8b1;
}

.autocompletecontainer.smallautocomplete md-input-container {
  margin: 0;
  padding: 0;
}

.autocompletecontainer.smallautocomplete md-input-container .md-errors-spacer {
  display: none;
}

.autocompletecontainer.smallautocomplete md-input-container label:not(.md-container-ignore) {
  bottom: 3px;
  transform: translateY(-50%) !important;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #757988;
}

.autocompletecontainer.smallautocomplete md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  display: none;
}

.autocompletecontainer.smallautocomplete md-input-container .md-input.ng-invalid.ng-dirty,
.autocompletecontainer.smallautocomplete md-input-container.md-input-resized .md-input {
  border: 1px solid #ff0000 !important;
  box-shadow: 1px 2px 10px #393b3e29;
}

.autocompletecontainer.smallautocomplete md-input-container.md-input-focused .md-input {
  border: 1px solid #072AC8 !important;
  box-shadow: 1px 2px 10px #393b3e29;
}

.autocompletecontainer.smallautocomplete md-input-container.md-input-focused label {
  color: #072AC8 !important;
}

.autocompletecontainer.smallautocomplete md-input-container label:not(.md-no-float):not(.md-container-ignore),
.autocompletecontainer.smallautocomplete md-input-container .md-placeholder {
  width: 100%;
  padding-left: 20px;
  border-box: content-box;
  transition: all ease-in 0.2s;
}

.autocompletecontainer.smallautocomplete .md-autocomplete-suggestions .md-autocomplete-suggestion {
  color: #393b3e;
  font-weight: 400;
  font-size: 16px;
}

.autocompletecontainer.smallautocomplete md-input-container.md-input-has-value label:not(.md-container-ignore),
.autocompletecontainer.smallautocomplete md-input-container.md-input-focused label:not(.md-container-ignore) {
  bottom: 15px;
  transform: translateY(-50%) !important;
  font-size: 12px;
}

.autocompletecontainer.smallautocomplete .md-virtual-repeat-container.md-autocomplete-suggestions-container,
.autocompletecontainer.smallautocomplete .md-standard-list-container.md-autocomplete-suggestions-container {
  box-shadow: none;
  border: 1px solid #d9dee6;
  border-radius: 4px;
  padding: 4px;
  border-radius-top: 0;
  border-radius-right: 0;
}

.autocompletecontainer.smallautocomplete md-input-container.md-input-has-value .md-input {
  padding-bottom: 0;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
}

.lds-spinner div {
  transform-origin: 9px 9px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 2px;
  height: 5px;
  border-radius: 20%;
  background: #072AC8;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.validatingtext {
  color: #072AC8;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

.greytextlink {
  color: #757988;
}

.greytextlink:hover, .greytextlink:focus {
  color: #757988;
}

/******/
.togglemenu .nav-link {
  padding: 0.7rem 1rem 0.7rem 0;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #191a1a;
  font-weight: 700;
  border-bottom: 1px solid #d9dee6;
  text-transform: uppercase;
  position: relative;
}

.togglemenu .nav-link[data-toggle].collapsed:after {
  content: " ";
  background: url("../img/svg/down-arrow-blue.svg") no-repeat scroll 0 0;
  width: 8px;
  height: 8px;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
}

.togglemenu .nav-link[data-toggle]:not(.collapsed):after {
  content: " ";
  background: url("../img/svg/down-arrow-blue.svg") no-repeat scroll 0 0;
  width: 8px;
  height: 8px;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(180deg);
}

.togglemenu .submenu {
  margin-top: 10px;
  margin-bottom: 10px;
}

.togglemenu .submenu .nav-link {
  border-bottom: 0;
}

.togglemenu .nav-link.logincl {
  position: relative;
  margin-right: 10px;
}

.togglemenu .nav-link.logincl:before {
  content: "";
  width: 22px;
  border-radius: 100%;
  height: 22px;
  background: #f0f6fc url("../img/svg/accounticon.svg") no-repeat scroll center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  background-size: 54%;
}

.togglemenu .nav-link.talktoexpert {
  position: relative;
  margin-right: 10px;
}

.togglemenu .nav-link.talktoexpert:before {
  content: "";
  width: 22px;
  border-radius: 100%;
  height: 22px;
  background: #f0f6fc url("../img/svg/blue-call.svg") no-repeat scroll center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  background-size: 54%;
}

.menulogo {
  max-width: 116px;
  margin: 0 auto;
  margin: 20px 0 45px 0;
  display: inline-block;
}

.text {
  width: 100%;
  text-align: center;
  margin-top: 10%;
  font-size: 3em;
  color: #f1f1f1;
  font-weight: 800;
}

.menu-tab {
  /* width: 90px;*/
  /*height: 70px;*/
  position: fixed;
  z-index: 100;
  top: 0px;
  /*left: 0px;*/
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /*end of div*/
}

.menu-tab div {
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.menu-tab div:nth-child(1) {
  /*  margin-top: 20px;*/
}

/*end of menu-tab*/
.menu-tab.active {
  left: 345px;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .menu-tab.active {
    left: 280px;
  }
}

.menu-tab.active #one {
  -webkit-transform: translateY(9px) rotate(-135deg);
  transform: translateY(9px) rotate(-135deg);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-color: #e74c3c;
  margin-bottom: 16px;
}

.menu-tab.active #two {
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.menu-tab.active #three {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-color: #e74c3c;
}

.menu-hide {
  padding-left: 25px;
  width: 342px;
  left: -342px;
  height: 100vh;
  position: fixed;
  /*z-index: 10;*/
  z-index: 5555;
  top: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /*end of nav*/
}

@media (max-width: 767px) {
  .menu-hide {
    width: 280px;
    left: -280px;
  }
}

.menu-hide nav {
  /*end of ul*/
}

.menu-hide nav ul {
  /*end of li*/
}

.menu-hide nav ul li {
  height: 70px;
  list-style-type: none;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-hide nav ul li:hover {
  background-color: #e74c3c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-hide nav ul li a {
  padding: 30px 25px;
  text-decoration: none;
  color: #f1f1f1;
  font-weight: 800;
}

/*end of menu-hide*/
.menu-hide.show {
  left: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: #fafafa 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 36px #0000000d;
  border-radius: 0px 12px 12px 0px;
}

.my-ac {
  position: relative;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #4e5257;
}

.my-ac:before {
  content: "";
  width: 22px;
  border-radius: 100%;
  height: 22px;
  background: #f0f6fc url("./my-ac.svg") no-repeat scroll center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  /* background-size: 54%; */
}

.logoutlink {
  position: relative;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #4e5257;
}

.logoutlink:before {
  content: "";
  width: 22px;
  border-radius: 100%;
  height: 22px;
  background: #f0f6fc url("../img/svg/sign-out-alt-solid.svg") no-repeat scroll center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  background-size: 54%;
}

.talktoexpert {
  position: relative;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1rem;
}

.talktoexpert:before {
  content: "";
  width: 22px;
  border-radius: 100%;
  height: 22px;
  background: #f0f6fc url("../img/svg/blue-call.svg") no-repeat scroll center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  background-size: 54%;
}

@media (max-width: 767px) {
  .talktoexpert:before {
    display: none;
  }
}

.talk--toexpert, .contactdet .for-call {
  position: relative;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1rem;
}

.talk--toexpert:before, .contactdet .for-call:before {
  content: "";
  width: 22px;
  border-radius: 100%;
  height: 22px;
  background: #f0f6fc url("../img/svg/blue-call.svg") no-repeat scroll center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  background-size: 54%;
}

.emailbtn, .contactdet .for-email {
  position: relative;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1rem;
}

.emailbtn:before, .contactdet .for-email:before {
  content: "";
  width: 22px;
  border-radius: 100%;
  height: 22px;
  background: #f0f6fc url("../img/svg/email-lightblue.svg") no-repeat scroll center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  background-size: 54%;
}

/***********/
.light--greybg {
  background: #fafafa;
  -webkit-box-shadow: inset 0px 6px 17px -7px #e3e3e3;
  -moz-box-shadow: inset 0px 6px 17px -7px #e3e3e3;
  box-shadow: inset 0px 6px 17px -7px #e3e3e3;
  background: #fafafa;
  background: linear-gradient(90deg, #fafafa 0%, white 16%);
}

.shadowcl {
  box-shadow: 0px 3px 20px #393b3e0f;
}

.paymentfail {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 2px;
  max-width: 1048px;
  width: 100%;
}

.paymentfail h3 {
  font-weight: 600;
  font-size: 23px;
  color: #072AC8;
  margin: 15px 15px 45px;
}

.paymentfail h3.redtext {
  color: #F99E36;
}

.paymentfail .small--fonts {
  font-size: 12px;
  text-align: center;
  color: #4e5257;
  line-height: 16px;
}

.paymentfail a.darkcolor {
  color: #191a1a;
}

.paymentfail .underline {
  position: relative;
}

.paymentfail .underline:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #072AC8;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.paymentfail .underline:hover:after {
  display: none;
}

.paymentfaildiv {
  max-width: 554px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 13px;
  color: #4e5257;
}

.paymentfaildiv strong {
  color: #191a1a;
}

.backlink {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #757988;
}

.backlink .backimg {
  height: 18px;
  margin-right: 5px;
}

.paymentcontent {
  max-width: 711px;
  width: 100%;
  margin: 0 auto;
}

.content-div {
  max-width: 554px;
  width: 100%;
  margin: 0 auto;
}

.downloadcontent {
  margin: 0;
  margin-top: 70px;
  padding-bottom: 40px;
  position: relative;
}

.downloadcontent:after {
  content: "";
  width: 42px;
  height: 1px;
  background: #d9dee6;
  position: absolute;
  bottom: 19px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

@media (min-width: 1200px) {
  .w-33 {
    width: 33.33% !important;
  }
}

.pinkbtn {
  background: #ffffff;
  border: 1px solid rgba(249, 158, 54, 0.2);
  border-radius: 4px;
  min-width: 139px;
  height: 42px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0px;
  color: #F99E36;
  padding: 8px 35px;
  position: relative;
}

.pinkbtn span {
  overflow: hidden;
}

.pinkbtn span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.pinkbtn:hover {
  color: #F99E36;
}

.pinkbtn:hover span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-pink.svg) no-repeat scroll center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.bluebtn {
  background: #ffffff;
  border: 1px solid #d9eaff;
  border-radius: 4px;
  min-width: 139px;
  height: 42px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0px;
  color: #072AC8;
  padding: 8px 35px;
  position: relative;
}

.bluebtn span {
  overflow: hidden;
}

.bluebtn span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-blue.svg) no-repeat scroll center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.bluebtn span.back:after {
  display: none;
}

.bluebtn span.back:before {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-blue.svg) no-repeat scroll center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(150%, -50%) rotate(180deg);
  opacity: 0;
}

.bluebtn:hover {
  color: #072AC8;
}

.bluebtn:hover span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-blue.svg) no-repeat scroll center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.bluebtn:hover span.back:after {
  display: none;
}

.bluebtn:hover span.back:before {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-blue.svg) no-repeat scroll center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  opacity: 1;
}

.customheight md-radio-button {
  height: 67px;
  display: flex !important;
  align-items: center;
}

.logindiv {
  font-size: 14px;
}

.logindiv .pinktext.underline {
  position: relative;
}

.logindiv .pinktext.underline:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #F99E36;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.logindiv .pinktext.underline:hover:after {
  display: none;
}

.logindiv .pinktext.underline:hover:before {
  content: "";
  display: none;
}

.logindiv .bluetext.underline:hover:before {
  content: "";
  display: none;
}

.logindiv .borderdiv {
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d9dee6;
  border-radius: 2px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 600px;
  width: 100%;
}

.logindiv .borderdiv h2 {
  font-size: 24px;
  font-weight: 600;
  color: #072AC8;
  margin-bottom: 20px;
  position: relative;
}

.logindiv .borderdiv h2:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #F99E36;
}

.logindiv .loginicon {
  max-width: 14px;
}

.user-reg {
  font-size: 14px;
}

.user-reg .borderdiv {
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d9dee6;
  border-radius: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.user-reg .borderdiv h2 {
  font-size: 24px;
  font-weight: 600;
  color: #072AC8;
  margin-bottom: 20px;
  position: relative;
}

.user-reg .borderdiv h2:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ff5d88;
}

.user-reg .dateinput {
  height: 35px;
  border-radius: 0;
}

.user-reg .custom-select {
  border: 0;
}

.user-reg .form-control {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #191a1a;
  background: #ffffff;
  border: 1px solid #757988;
  border-radius: 2px;
}

.user-reg .form-control:focus {
  box-shadow: none;
  border-color: #072AC8;
}

.user-reg .custom-select {
  border: 1px solid #757988;
  border-radius: 2px !important;
}

.user-reg label {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0px;
  color: #3c4758;
  margin-bottom: 0;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .user-reg label {
    margin-left: 0;
  }
}

.dateinput .form-control {
  border-right: 0 !important;
  border-radius: 0;
  height: auto;
  padding: 9px 15px !important;
}

.dateinput .input-group-append .input-group-text {
  background: #fff;
  /*border-color:rgba(148, 148, 148, 0.2); */
  border-radius: 0;
  border-left: 0;
}

.dateinput svg {
  width: 16px;
  height: 16px;
}

.progress {
  height: 6px;
}

.progress .progress-bar {
  background-color: #F99E36;
}

.gridview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.gridview [class*="col-"] {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 639px) {
  .gridview {
    grid-template-columns: repeat(1, 1fr);
  }
}

.loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
  background-color: #F99E36;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

.getpolicypdf .customradiocss {
  font-size: 1rem;
}

.getpolicypdf .custom-select {
  font-size: 1rem  !important;
  height: 46px;
  border-color: #757988;
  min-width: 250px;
}

.getpolicypdf .form-control {
  font-family: "Nunito", sans-serif;
  color: #191a1a;
  background: #ffffff;
  border: 1px solid #757988;
  height: 46px;
  min-width: 250px;
}

.getpolicypdf .form-control:focus {
  box-shadow: none;
  border-color: #072AC8;
}

.getpolicypdf .borderdiv {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.getpolicypdf .probtn {
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  background: transparent linear-gradient(114deg, #FF5D88 0%, #EA164F 100%);
  box-shadow: 1px 2px 10px #EA164F26;
  border: 1px solid #F99E36;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFC;
  min-width: 144px;
  position: relative;
}

@media (max-width: 567px) {
  .getpolicypdf .probtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.getpolicypdf .probtn span {
  overflow: hidden;
}

.getpolicypdf .probtn span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.getpolicypdf .probtn:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.smepro .borderdiv {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.smepro h1 {
  font-weight: 700;
  color: #072AC8;
  font-size: 1.5rem;
}

.inspectionstatus {
  font-size: 1rem;
}

.inspectionstatus .form-control {
  font-family: "Nunito", sans-serif;
  color: #191a1a;
  background: #ffffff;
  border: 1px solid #757988;
  height: 46px;
  min-width: 250px;
}

.inspectionstatus .form-control:focus {
  box-shadow: none;
  border-color: #072AC8;
}

.inspectionstatus .borderdiv {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.inspectionstatus .probtn {
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  /*  background: transparent linear-gradient(114deg, #FF5D88 0%, #EA164F 100%);*/
  box-shadow: 1px 2px 10px #EA164F26;
  border: 1px solid #F99E36;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFC;
  min-width: 144px;
  position: relative;
}

@media (max-width: 567px) {
  .inspectionstatus .probtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.inspectionstatus .probtn span {
  overflow: hidden;
}

.inspectionstatus .probtn span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.inspectionstatus .probtn:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.inspectionimg {
  max-width: 150px;
  width: 100%;
}

.gifcontainer {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.gifcontainer:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #fff;
  width: 100%;
}

.dashboard .dateinput .form-control.extracl {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.wid-90 {
  width: 90px;
}

.contactdet {
  margin: 0;
  padding: 0;
  list-style: none;
}

.font14 {
  font-size: 14px;
}

.owl-item .item {
  margin-left: 5px !important;
}

.lifetrainingcontainer {
  display: flex;
  overflow: hidden;
  max-width: 424px;
  width: 100%;
  min-height: 226px;
  border-radius: 15px;
  position: relative;
  background: url("../img/life-training.jpg") no-repeat scroll;
  background-position: left -80px top -88px;
  margin: 0 auto;
}

.lifetrainingcontainer:before {
  content: '';
  background: rgba(11, 86, 166, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lifetrainingcontainer .boxcontent {
  padding: 15px;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.lifetrainingcontainer .boxcontent .forbtn {
  margin-top: auto;
  align-self: flex-end;
  border: 0;
  cursor: default;
  height: 42px;
  text-transform: uppercase;
}

.lifetrainingcontainer .boxcontent h3 {
  font-weight: 700;
  color: #fff;
}

.generaltrainingcontainer {
  display: flex;
  overflow: hidden;
  max-width: 424px;
  width: 100%;
  min-height: 226px;
  border-radius: 15px;
  position: relative;
  background: url("../img/general-taiing.jpg") no-repeat scroll;
  background-position: left -80px top 0px;
  margin: 0 auto;
}

.generaltrainingcontainer:before {
  content: '';
  background: rgba(11, 86, 166, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.generaltrainingcontainer .boxcontent {
  padding: 15px;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.generaltrainingcontainer .boxcontent .forbtn {
  margin-top: auto;
  align-self: flex-end;
  border: 0;
  cursor: default;
  height: 42px;
  text-transform: uppercase;
}

.generaltrainingcontainer .boxcontent h3 {
  font-weight: 700;
  color: #fff;
}

.yellowbtn {
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  background: #ffc107;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 1.0625rem;
  font-weight: 700;
  min-width: 133px;
  display: inline-block;
  text-align: center;
}

.yellowbtn:hover, .yellowbtn:focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.arrows {
  width: 30px;
  height: 40px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  /*left: 50%;
	margin-left: -30px;
	bottom: 20px; */
}

.arrows path {
  stroke: #FF5D88;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

.productimg a {
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid  #ddd;
  border-radius: 10px;
  max-width: 240px;
  min-height: 150px;
  padding: 10px;
  transition: all ease-in 0.3s;
}

.productimg a .img-text {
  padding-top: 10px;
}

.productimg a:hover .img-block:before {
  content: ' ';
  transform: translate(100%, 0);
  position: absolute;
  width: 75px;
  height: 69px;
}

.productimg a:hover .img-block:after {
  content: ' ';
  transform: translate(0%, 0);
  position: absolute;
  width: 75px;
  height: 69px;
}

.productimg a:hover h2 {
  color: #F99E36;
}

@media (max-width: 767px) {
  .productimg a {
    width: 152px;
    min-height: 150px;
    height: auto;
  }
}

.productimg a:hover {
  border-color: #F99E36;
}

.productimg img {
  width: 75px;
}

.productimg h2 {
  font-size: 0.9rem;
  text-align: center;
}

.productimg h2.smfont {
  font-size: 0.8rem;
}

.afterbdr {
  position: relative;
}

.afterbdr:after {
  content: '';
  bottom: 0px;
  border-width: 2px;
  width: 100px;
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.indexpage-ext .borderdiv, .commericial-index .borderdiv, .health-index .borderdiv, .bike-index .borderdiv, .car-index .borderdiv {
  border: 1px solid #efefef;
  border-radius: 2px;
  max-width: 1048px;
  margin: 0 auto;
  background: #fff;
}

.indexpage-ext .customradiocss, .commericial-index .customradiocss, .health-index .customradiocss, .bike-index .customradiocss, .car-index .customradiocss {
  text-align: left;
}

.indexpage-ext .proceedtopay, .commericial-index .proceedtopay, .health-index .proceedtopay, .bike-index .proceedtopay, .car-index .proceedtopay {
  color: #fff;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  height: 46px;
  border: 1px solid #F99E36;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
}

.indexpage-ext .proceedtopay span, .commericial-index .proceedtopay span, .health-index .proceedtopay span, .bike-index .proceedtopay span, .car-index .proceedtopay span {
  overflow: hidden;
}

.indexpage-ext .proceedtopay span:after, .commericial-index .proceedtopay span:after, .health-index .proceedtopay span:after, .bike-index .proceedtopay span:after, .car-index .proceedtopay span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.indexpage-ext .proceedtopay:hover span:after, .commericial-index .proceedtopay:hover span:after, .health-index .proceedtopay:hover span:after, .bike-index .proceedtopay:hover span:after, .car-index .proceedtopay:hover span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.indexpage-ext .custom-select, .commericial-index .custom-select, .health-index .custom-select, .bike-index .custom-select, .car-index .custom-select {
  font-size: 1rem  !important;
  height: 46px;
  border-color: #757988;
  min-width: 250px;
}

.indexpage-ext .form-control, .commericial-index .form-control, .health-index .form-control, .bike-index .form-control, .car-index .form-control {
  font-family: "Nunito", sans-serif;
  color: #191a1a;
  background: #ffffff;
  border: 1px solid #757988;
  height: 46px;
  min-width: 350px;
}

.indexpage-ext .form-control:focus, .commericial-index .form-control:focus, .health-index .form-control:focus, .bike-index .form-control:focus, .car-index .form-control:focus {
  box-shadow: none;
  border-color: #072AC8;
}

.grey-bdr-1 {
  border: 1px solid #ced4da;
  border-radius: 4px;
  /*padding: 8px 10px;*/
  padding: 4px 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.datepickerdiv-cl .input-group-btn, .dateinput .input-group-btn, .dashboard .input-group-btn {
  position: absolute;
  right: 0;
}

.datepickerdiv-cl .input-group-btn .btn:focus, .dateinput .input-group-btn .btn:focus, .dashboard .input-group-btn .btn:focus,
.datepickerdiv-cl .input-group-btn .btn.focus,
.dateinput .input-group-btn .btn.focus,
.dashboard .input-group-btn .btn.focus {
  box-shadow: none;
}

.datepickerdiv-cl .btn-secondary, .dateinput .btn-secondary, .dashboard .btn-secondary {
  background: #fff;
  border: #fff;
  color: #000;
}

.datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled):active, .dateinput .btn-secondary:not(:disabled):not(.disabled):active, .dashboard .btn-secondary:not(:disabled):not(.disabled):active, .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled).active, .dateinput .btn-secondary:not(:disabled):not(.disabled).active, .dashboard .btn-secondary:not(:disabled):not(.disabled).active, .datepickerdiv-cl .btn-secondary.dropdown-toggle, .dateinput .btn-secondary.dropdown-toggle, .dashboard .btn-secondary.dropdown-toggle {
  background: #072AC8;
  border-radius: 100%;
}

.datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled):active .text-info, .dateinput .btn-secondary:not(:disabled):not(.disabled):active .text-info, .dashboard .btn-secondary:not(:disabled):not(.disabled):active .text-info, .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled).active .text-info, .dateinput .btn-secondary:not(:disabled):not(.disabled).active .text-info, .dashboard .btn-secondary:not(:disabled):not(.disabled).active .text-info, .datepickerdiv-cl .btn-secondary.dropdown-toggle .text-info, .dateinput .btn-secondary.dropdown-toggle .text-info, .dashboard .btn-secondary.dropdown-toggle .text-info {
  color: #fff !important;
}

.datepickerdiv-cl .btn-secondary .text-info, .dateinput .btn-secondary .text-info, .dashboard .btn-secondary .text-info {
  color: #000 !important;
}

.datepickerdiv-cl .btn-secondary:focus, .dateinput .btn-secondary:focus, .dashboard .btn-secondary:focus, .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled):active:focus, .dateinput .btn-secondary:not(:disabled):not(.disabled):active:focus, .dashboard .btn-secondary:not(:disabled):not(.disabled):active:focus, .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled).active:focus, .dateinput .btn-secondary:not(:disabled):not(.disabled).active:focus, .dashboard .btn-secondary:not(:disabled):not(.disabled).active:focus, .datepickerdiv-cl .btn-secondary.dropdown-toggle:focus, .dateinput .btn-secondary.dropdown-toggle:focus, .dashboard .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
  background: #072AC8;
  color: #fff;
}

.datepickerdiv-cl .btn-secondary:focus svg, .dateinput .btn-secondary:focus svg, .dashboard .btn-secondary:focus svg, .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled):active:focus svg, .dateinput .btn-secondary:not(:disabled):not(.disabled):active:focus svg, .dashboard .btn-secondary:not(:disabled):not(.disabled):active:focus svg, .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled).active:focus svg, .dateinput .btn-secondary:not(:disabled):not(.disabled).active:focus svg, .dashboard .btn-secondary:not(:disabled):not(.disabled).active:focus svg, .datepickerdiv-cl .btn-secondary.dropdown-toggle:focus svg, .dateinput .btn-secondary.dropdown-toggle:focus svg, .dashboard .btn-secondary.dropdown-toggle:focus svg {
  fill: #fff;
}

.dateinput .form-control {
  border-right: 0 !important;
  border-radius: 0;
  height: auto;
  padding: 9px 15px !important;
}

.dateinput .input-group-append .input-group-text {
  background: #fff;
  /*border-color:rgba(148, 148, 148, 0.2); */
  border-radius: 0;
  border-left: 0;
}

.citylist-cl .citylist, .commericial-before-plan .citylist, .commericial-before-plan-page .citylist, .health-before-plan-page .citylist, .bike-before-plan .citylist, .bike-before-plan-page .citylist, .car-before-plan .citylist, .car-before-plan-page .citylist {
  position: relative;
  margin: 0 -5px 0 -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.citylist-cl .citylist .citydiv, .commericial-before-plan .citylist .citydiv, .commericial-before-plan-page .citylist .citydiv, .health-before-plan-page .citylist .citydiv, .bike-before-plan .citylist .citydiv, .bike-before-plan-page .citylist .citydiv, .car-before-plan .citylist .citydiv, .car-before-plan-page .citylist .citydiv {
  transition: all 0.5s ease;
  list-style: none;
  /*width:25%;*/
  width: 33.33%;
  padding: 10px 5px 0 10px;
  text-align: center;
}

.citylist-cl .citylist .citydiv .citytext, .commericial-before-plan .citylist .citydiv .citytext, .commericial-before-plan-page .citylist .citydiv .citytext, .health-before-plan-page .citylist .citydiv .citytext, .bike-before-plan .citylist .citydiv .citytext, .bike-before-plan-page .citylist .citydiv .citytext, .car-before-plan .citylist .citydiv .citytext, .car-before-plan-page .citylist .citydiv .citytext {
  border: 1px solid rgba(148, 148, 148, 0.4);
  padding: 12px 10px;
  text-align: center;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}

@media (max-width: 767px) {
  .citylist-cl .citylist .citydiv, .commericial-before-plan .citylist .citydiv, .commericial-before-plan-page .citylist .citydiv, .health-before-plan-page .citylist .citydiv, .bike-before-plan .citylist .citydiv, .bike-before-plan-page .citylist .citydiv, .car-before-plan .citylist .citydiv, .car-before-plan-page .citylist .citydiv {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .citylist-cl .citylist .citydiv, .commericial-before-plan .citylist .citydiv, .commericial-before-plan-page .citylist .citydiv, .health-before-plan-page .citylist .citydiv, .bike-before-plan .citylist .citydiv, .bike-before-plan-page .citylist .citydiv, .car-before-plan .citylist .citydiv, .car-before-plan-page .citylist .citydiv {
    width: 33.33%;
  }
}

.citylist-cl .citylist .citydiv.active, .commericial-before-plan .citylist .citydiv.active, .commericial-before-plan-page .citylist .citydiv.active, .health-before-plan-page .citylist .citydiv.active, .bike-before-plan .citylist .citydiv.active, .bike-before-plan-page .citylist .citydiv.active, .car-before-plan .citylist .citydiv.active, .car-before-plan-page .citylist .citydiv.active {
  opacity: 1 !important;
}

.citylist-cl .citylist .citydiv.active .citytext, .commericial-before-plan .citylist .citydiv.active .citytext, .commericial-before-plan-page .citylist .citydiv.active .citytext, .health-before-plan-page .citylist .citydiv.active .citytext, .bike-before-plan .citylist .citydiv.active .citytext, .bike-before-plan-page .citylist .citydiv.active .citytext, .car-before-plan .citylist .citydiv.active .citytext, .car-before-plan-page .citylist .citydiv.active .citytext {
  border: 0;
  color: #fff;
  z-index: 3;
  position: relative;
}

.citylist-cl .citylist .showdiv, .commericial-before-plan .citylist .showdiv, .commericial-before-plan-page .citylist .showdiv, .health-before-plan-page .citylist .showdiv, .bike-before-plan .citylist .showdiv, .bike-before-plan-page .citylist .showdiv, .car-before-plan .citylist .showdiv, .car-before-plan-page .citylist .showdiv {
  z-index: 2;
  position: absolute;
  display: none;
  width: calc(100% - 14px);
  justify-content: center;
  left: 10px;
  background: #f8f8f8;
  border: 2px solid #e3e3e3;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.citylist-cl .citylist .showdiv .smdiv, .commericial-before-plan .citylist .showdiv .smdiv, .commericial-before-plan-page .citylist .showdiv .smdiv, .health-before-plan-page .citylist .showdiv .smdiv, .bike-before-plan .citylist .showdiv .smdiv, .bike-before-plan-page .citylist .showdiv .smdiv, .car-before-plan .citylist .showdiv .smdiv, .car-before-plan-page .citylist .showdiv .smdiv {
  font-size: 12px;
  background: #fff;
  padding: 5px 25px;
  border: 2px solid #e3e3e3;
  margin: 5px;
  color: #000;
}

.citylist-cl .citylist .showdiv .smdiv a, .commericial-before-plan .citylist .showdiv .smdiv a, .commericial-before-plan-page .citylist .showdiv .smdiv a, .health-before-plan-page .citylist .showdiv .smdiv a, .bike-before-plan .citylist .showdiv .smdiv a, .bike-before-plan-page .citylist .showdiv .smdiv a, .car-before-plan .citylist .showdiv .smdiv a, .car-before-plan-page .citylist .showdiv .smdiv a {
  cursor: pointer;
  color: #000;
}

.citylist-cl .citylist .showdiv .smdiv a:hover, .commericial-before-plan .citylist .showdiv .smdiv a:hover, .commericial-before-plan-page .citylist .showdiv .smdiv a:hover, .health-before-plan-page .citylist .showdiv .smdiv a:hover, .bike-before-plan .citylist .showdiv .smdiv a:hover, .bike-before-plan-page .citylist .showdiv .smdiv a:hover, .car-before-plan .citylist .showdiv .smdiv a:hover, .car-before-plan-page .citylist .showdiv .smdiv a:hover, .citylist-cl .citylist .showdiv .smdiv a:focus, .commericial-before-plan .citylist .showdiv .smdiv a:focus, .commericial-before-plan-page .citylist .showdiv .smdiv a:focus, .health-before-plan-page .citylist .showdiv .smdiv a:focus, .bike-before-plan .citylist .showdiv .smdiv a:focus, .bike-before-plan-page .citylist .showdiv .smdiv a:focus, .car-before-plan .citylist .showdiv .smdiv a:focus, .car-before-plan-page .citylist .showdiv .smdiv a:focus {
  color: #f1501a;
}

@media (max-width: 767px) {
  .citylist-cl .citylist .showdiv, .commericial-before-plan .citylist .showdiv, .commericial-before-plan-page .citylist .showdiv, .health-before-plan-page .citylist .showdiv, .bike-before-plan .citylist .showdiv, .bike-before-plan-page .citylist .showdiv, .car-before-plan .citylist .showdiv, .car-before-plan-page .citylist .showdiv {
    padding: 5px;
    width: calc(100% - 10px);
  }
  .citylist-cl .citylist .showdiv .smdiv, .commericial-before-plan .citylist .showdiv .smdiv, .commericial-before-plan-page .citylist .showdiv .smdiv, .health-before-plan-page .citylist .showdiv .smdiv, .bike-before-plan .citylist .showdiv .smdiv, .bike-before-plan-page .citylist .showdiv .smdiv, .car-before-plan .citylist .showdiv .smdiv, .car-before-plan-page .citylist .showdiv .smdiv {
    padding: 5px;
    margin: 3px;
    font-size: 11px;
  }
}

.citylist-cl .citylist .blurcl, .commericial-before-plan .citylist .blurcl, .commericial-before-plan-page .citylist .blurcl, .health-before-plan-page .citylist .blurcl, .bike-before-plan .citylist .blurcl, .bike-before-plan-page .citylist .blurcl, .car-before-plan .citylist .blurcl, .car-before-plan-page .citylist .blurcl {
  filter: blur(1px);
}

.subhead-cl, .user-reg .subhead, .afterplan-ext .subhead, .commercial-after-plan .subhead, .health-after-plan .subhead, .bike-after-plan .subhead, .car-after-plan .subhead, .innerpage-content h3, .dashboard h4, .health-before-plan-page .tablecontainerdiv .subhead {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #072AC8;
  position: relative;
  padding-left: 20px;
}

.subhead-cl:before, .user-reg .subhead:before, .afterplan-ext .subhead:before, .commercial-after-plan .subhead:before, .health-after-plan .subhead:before, .bike-after-plan .subhead:before, .car-after-plan .subhead:before, .innerpage-content h3:before, .dashboard h4:before, .health-before-plan-page .tablecontainerdiv .subhead:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 3px;
  height: 100%;
  background: #F99E36;
}

.shadowboxdiv-cl .shadowboxdiv, .commercial-plan-list .shadowboxdiv, .health-plan-list .shadowboxdiv, .bike-plan-list .shadowboxdiv, .car-plan-list .shadowboxdiv {
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.shadowboxdiv-cl .shadowboxdiv .boxdivchild, .commercial-plan-list .shadowboxdiv .boxdivchild, .health-plan-list .shadowboxdiv .boxdivchild, .bike-plan-list .shadowboxdiv .boxdivchild, .car-plan-list .shadowboxdiv .boxdivchild {
  background: #ffffff;
  font-size: 12px;
  box-shadow: 1px 2px 6px #00000014;
  border: 1px solid #efefef;
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.shadowboxdiv-cl .shadowboxdiv .boxdivchild .productbtn, .commercial-plan-list .shadowboxdiv .boxdivchild .productbtn, .health-plan-list .shadowboxdiv .boxdivchild .productbtn, .bike-plan-list .shadowboxdiv .boxdivchild .productbtn, .car-plan-list .shadowboxdiv .boxdivchild .productbtn {
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
}

.shadowboxdiv-cl .shadowboxdiv .boxdivchild hr, .commercial-plan-list .shadowboxdiv .boxdivchild hr, .health-plan-list .shadowboxdiv .boxdivchild hr, .bike-plan-list .shadowboxdiv .boxdivchild hr, .car-plan-list .shadowboxdiv .boxdivchild hr {
  width: 100%;
}

.shadowboxdiv-cl .shadowboxdiv .shadowbox-det, .commercial-plan-list .shadowboxdiv .shadowbox-det, .health-plan-list .shadowboxdiv .shadowbox-det, .bike-plan-list .shadowboxdiv .shadowbox-det, .car-plan-list .shadowboxdiv .shadowbox-det {
  position: relative;
  padding-top: 25px;
  /* &:before{ content:''; background:#d8d8d8; width:70%; position:absolute; top:10px; height:1px;  @include center(horizontal); }*/
  padding-left: 0;
}

.shadowboxdiv-cl .shadowboxdiv .shadowbox-det li, .commercial-plan-list .shadowboxdiv .shadowbox-det li, .health-plan-list .shadowboxdiv .shadowbox-det li, .bike-plan-list .shadowboxdiv .shadowbox-det li, .car-plan-list .shadowboxdiv .shadowbox-det li {
  display: grid;
  grid-template-columns: 60% 40%;
}

.shadowboxdiv-cl .shadowboxdiv .shadowbox-det1, .commercial-plan-list .shadowboxdiv .shadowbox-det1, .health-plan-list .shadowboxdiv .shadowbox-det1, .bike-plan-list .shadowboxdiv .shadowbox-det1, .car-plan-list .shadowboxdiv .shadowbox-det1 {
  position: relative;
}

.shadowboxdiv-cl .shadowboxdiv .shadowbox-det1 li, .commercial-plan-list .shadowboxdiv .shadowbox-det1 li, .health-plan-list .shadowboxdiv .shadowbox-det1 li, .bike-plan-list .shadowboxdiv .shadowbox-det1 li, .car-plan-list .shadowboxdiv .shadowbox-det1 li {
  display: grid;
  grid-template-columns: 60% 40%;
}

.shadowboxdiv-cl .shadowboxdiv .shadowbox-det2, .commercial-plan-list .shadowboxdiv .shadowbox-det2, .health-plan-list .shadowboxdiv .shadowbox-det2, .bike-plan-list .shadowboxdiv .shadowbox-det2, .car-plan-list .shadowboxdiv .shadowbox-det2 {
  position: relative;
  background: #fafafa 0% 0% no-repeat padding-box;
  border: 1px solid #efefef;
  border-radius: 2px;
}

.shadowboxdiv-cl .shadowboxdiv .shadowbox-det2 li, .commercial-plan-list .shadowboxdiv .shadowbox-det2 li, .health-plan-list .shadowboxdiv .shadowbox-det2 li, .bike-plan-list .shadowboxdiv .shadowbox-det2 li, .car-plan-list .shadowboxdiv .shadowbox-det2 li {
  display: grid;
  grid-template-columns: 100%;
  text-align: left;
  position: relative;
  padding-left: 25px;
}

.shadowboxdiv-cl .shadowboxdiv .shadowbox-det2 li:before, .commercial-plan-list .shadowboxdiv .shadowbox-det2 li:before, .health-plan-list .shadowboxdiv .shadowbox-det2 li:before, .bike-plan-list .shadowboxdiv .shadowbox-det2 li:before, .car-plan-list .shadowboxdiv .shadowbox-det2 li:before {
  content: "";
  background: url("../img/svg/star.svg") no-repeat scroll 0 0;
  width: 8px;
  height: 8px;
  background-size: cover;
  position: absolute;
  left: 6px;
  top: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .shadowboxdiv-cl .shadowboxdiv, .commercial-plan-list .shadowboxdiv, .health-plan-list .shadowboxdiv, .bike-plan-list .shadowboxdiv, .car-plan-list .shadowboxdiv {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
}

@media (max-width: 767px) {
  .shadowboxdiv-cl .shadowboxdiv, .commercial-plan-list .shadowboxdiv, .health-plan-list .shadowboxdiv, .bike-plan-list .shadowboxdiv, .car-plan-list .shadowboxdiv {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .shadowboxdiv-cl .shadowboxdiv, .commercial-plan-list .shadowboxdiv, .health-plan-list .shadowboxdiv, .bike-plan-list .shadowboxdiv, .car-plan-list .shadowboxdiv {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
}

.shadowboxdiv-cl .shadowboxdiv .prologo, .commercial-plan-list .shadowboxdiv .prologo, .health-plan-list .shadowboxdiv .prologo, .bike-plan-list .shadowboxdiv .prologo, .car-plan-list .shadowboxdiv .prologo {
  max-height: 70px;
}

.shadowboxdiv-cl .plan-det a:nth-child(2), .commercial-plan-list .plan-det a:nth-child(2), .health-plan-list .plan-det a:nth-child(2), .bike-plan-list .plan-det a:nth-child(2), .car-plan-list .plan-det a:nth-child(2) {
  border-left: 1px solid #072AC8;
}

.producttopbar {
  background: #f7f7f7;
  border: 1px solid #efefef;
  /*font-size: 15px;*/
  font-size: 12px;
  line-height: normal;
  color: #3c4758;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  padding: 10px;
}

.producttopbar .smfont {
  font-size: 12px;
  font-weight: 700;
  color: #3c4758;
}

.producttopbar .dropdown {
  border: 1px solid #d9dee6;
  background: #fffffc;
  border-radius: 4px;
  opacity: 1;
  font: 14px/18px Nunito;
  position: relative;
  padding-right: 25px;
}

.producttopbar .dropdown:before {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 7px;
  top: 1px;
  font-weight: 700;
}

.producttopbar .edittext {
  padding-right: 15px;
  position: relative;
}

.producttopbar .edittext:after {
  content: url("../img/edit-img.png");
  width: 10px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 1px;
}

.producttopbar .edittext:hover:after {
  content: url("../img/edit-img-bl.png");
}

.afterplan-ext, .commercial-after-plan, .health-after-plan, .bike-after-plan, .car-after-plan {
  /*p{color:#fff;}*/
}

.afterplan-ext .dateinput, .commercial-after-plan .dateinput, .health-after-plan .dateinput, .bike-after-plan .dateinput, .car-after-plan .dateinput {
  height: 35px;
  border-radius: 0;
}

.afterplan-ext .custom-select, .commercial-after-plan .custom-select, .health-after-plan .custom-select, .bike-after-plan .custom-select, .car-after-plan .custom-select {
  border: 0;
}

.afterplan-ext .form-control, .commercial-after-plan .form-control, .health-after-plan .form-control, .bike-after-plan .form-control, .car-after-plan .form-control {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #191a1a;
  background: #ffffff;
  border: 1px solid #757988;
  border-radius: 2px;
}

.afterplan-ext .form-control:focus, .commercial-after-plan .form-control:focus, .health-after-plan .form-control:focus, .bike-after-plan .form-control:focus, .car-after-plan .form-control:focus {
  box-shadow: none;
  border-color: #072AC8;
}

.afterplan-ext .custom-select, .commercial-after-plan .custom-select, .health-after-plan .custom-select, .bike-after-plan .custom-select, .car-after-plan .custom-select {
  border: 1px solid #757988;
  border-radius: 2px !important;
}

.afterplan-ext label, .commercial-after-plan label, .health-after-plan label, .bike-after-plan label, .car-after-plan label {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0px;
  color: #3c4758;
  margin-bottom: 0;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .afterplan-ext label, .commercial-after-plan label, .health-after-plan label, .bike-after-plan label, .car-after-plan label {
    margin-left: 0;
  }
}

.afterplan-ext .proamout, .commercial-after-plan .proamout, .health-after-plan .proamout, .bike-after-plan .proamout, .car-after-plan .proamout {
  font-size: 1.125rem;
}

.afterplan-ext .bdrleft, .commercial-after-plan .bdrleft, .health-after-plan .bdrleft, .bike-after-plan .bdrleft, .car-after-plan .bdrleft {
  border-left: 1px solid #f2f2f2;
}

.afterplan-ext .disc, .commercial-after-plan .disc, .health-after-plan .disc, .bike-after-plan .disc, .car-after-plan .disc {
  list-style: none;
  padding: 0;
}

.afterplan-ext .disc li, .commercial-after-plan .disc li, .health-after-plan .disc li, .bike-after-plan .disc li, .car-after-plan .disc li {
  font-size: 13px;
  position: relative;
  padding-left: 25px;
}

.afterplan-ext .disc li:before, .commercial-after-plan .disc li:before, .health-after-plan .disc li:before, .bike-after-plan .disc li:before, .car-after-plan .disc li:before {
  transform: rotate(180deg);
  content: " ";
  width: 15px;
  height: 15px;
  background: url(../img/svg/backarrow.svg) no-repeat scroll 0 0;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
}

.afterplan-ext .gntext, .commercial-after-plan .gntext, .health-after-plan .gntext, .bike-after-plan .gntext, .car-after-plan .gntext {
  color: #62f6a3;
}

.afterplan-ext .borderdiv, .commercial-after-plan .borderdiv, .health-after-plan .borderdiv, .bike-after-plan .borderdiv, .car-after-plan .borderdiv {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 2px;
}

.afterplan-ext .bluebtn, .commercial-after-plan .bluebtn, .health-after-plan .bluebtn, .bike-after-plan .bluebtn, .car-after-plan .bluebtn {
  min-width: 124px;
  height: 46px;
  background: #ffffff;
  box-shadow: 1px 2px 10px #072AC81c;
  border: 1px solid #072AC8;
  padding: 5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.afterplan-ext .bluebtn span, .commercial-after-plan .bluebtn span, .health-after-plan .bluebtn span, .bike-after-plan .bluebtn span, .car-after-plan .bluebtn span {
  color: #072AC8;
}

.afterplan-ext .bluebtn:hover, .commercial-after-plan .bluebtn:hover, .health-after-plan .bluebtn:hover, .bike-after-plan .bluebtn:hover, .car-after-plan .bluebtn:hover {
  background: #ffffff;
  color: #072AC8;
}

.afterplan-ext .bluebtn:hover span, .commercial-after-plan .bluebtn:hover span, .health-after-plan .bluebtn:hover span, .bike-after-plan .bluebtn:hover span, .car-after-plan .bluebtn:hover span {
  color: #072AC8;
}

.afterplan-ext h2, .commercial-after-plan h2, .health-after-plan h2, .bike-after-plan h2, .car-after-plan h2 {
  font-size: 24px;
  font-weight: 600;
  color: #072AC8;
  margin-bottom: 20px;
  position: relative;
}

.afterplan-ext h2:before, .commercial-after-plan h2:before, .health-after-plan h2:before, .bike-after-plan h2:before, .car-after-plan h2:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #F99E36;
}

@media (min-width: 1200px) {
  .afterplan-ext .forcard, .commercial-after-plan .forcard, .health-after-plan .forcard, .bike-after-plan .forcard, .car-after-plan .forcard {
    padding-right: 15%;
  }
}

.afterplan-ext .fortab .nav-tabs .nav-item, .commercial-after-plan .fortab .nav-tabs .nav-item, .health-after-plan .fortab .nav-tabs .nav-item, .bike-after-plan .fortab .nav-tabs .nav-item, .car-after-plan .fortab .nav-tabs .nav-item {
  margin-right: 15px;
  margin-bottom: 0;
}

.afterplan-ext .custom-control-label, .commercial-after-plan .custom-control-label, .health-after-plan .custom-control-label, .bike-after-plan .custom-control-label, .car-after-plan .custom-control-label {
  margin-left: 0;
}

.afterplan-ext .backarrow, .commercial-after-plan .backarrow, .health-after-plan .backarrow, .bike-after-plan .backarrow, .car-after-plan .backarrow {
  font-size: 14px;
  font-weight: 600;
  color: #757988;
  padding-left: 12px;
  position: relative;
}

.afterplan-ext .backarrow:before, .commercial-after-plan .backarrow:before, .health-after-plan .backarrow:before, .bike-after-plan .backarrow:before, .car-after-plan .backarrow:before {
  content: " ";
  background: url("../img/svg/backarrow.svg") no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -10px;
  top: 50%;
  background-size: cover;
  transform: translateY(-50%);
}

.afterplan-top, .commercial-after-plan .commercial-after-plan-top, .health-after-plan .health-after-plan-top, .bike-after-plan .bike-after-plan-top, .car-after-plan .car-after-plan-top {
  font-size: 12px;
  color: #4e5257;
  background: #f7f7f7;
  border: 1px solid #efefef;
}

.round-shadow {
  background: #ffffff;
  box-shadow: 1px 2px 18px #393b3e33;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  opacity: 1;
  padding: 10px;
  z-index: 5;
  position: absolute;
}

.month-width {
  min-width: 158px;
}

.yr-width {
  min-width: 107px;
}

.selectbtn {
  color: #072AC8;
  font: normal normal bold 14px/20px Nunito;
}

.canclebtn {
  font: normal normal normal 14px/20px Nunito;
  letter-spacing: 0px;
  color: #757988;
}

.datepicker svg {
  width: 16px;
  height: 16px;
}

.filterdiv {
  padding: 10px;
  margin-bottom: 20px;
}

.filterdiv label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.filterdiv.shadow {
  box-shadow: 1px 4px 10px #00000014 !important;
  border: 1px solid #efefef;
}

.filterdiv .dropdown {
  border: 1px solid #d9dee6;
  background: #fffffc;
  border-radius: 2px;
  opacity: 1;
  font: 14px/18px Nunito;
  position: relative;
  padding-right: 25px;
}

.filterdiv .dropdown:before {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 7px;
  top: 1px;
  font-weight: 700;
}

.filterdiv .smtext {
  font-size: 14px;
  font-weight: 600;
}

.grabtn-cl, .my-cl .mydiv .mobileinput .input-group-append, .commericial-before-plan .mydiv .mobileinput .input-group-append, .bike-before-plan .mydiv .mobileinput .input-group-append, .car-before-plan .mydiv .mobileinput .input-group-append {
  color: #fff;
  padding: 10px 35px;
  display: flex;
  align-items: center;
  position: relative;
  border: 0;
}

@media (max-width: 567px) {
  .grabtn-cl, .my-cl .mydiv .mobileinput .input-group-append, .commericial-before-plan .mydiv .mobileinput .input-group-append, .bike-before-plan .mydiv .mobileinput .input-group-append, .car-before-plan .mydiv .mobileinput .input-group-append {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.grabtn-cl span, .my-cl .mydiv .mobileinput .input-group-append span, .commericial-before-plan .mydiv .mobileinput .input-group-append span, .bike-before-plan .mydiv .mobileinput .input-group-append span, .car-before-plan .mydiv .mobileinput .input-group-append span {
  overflow: hidden;
  position: relative;
  padding-right: 25px;
}

.grabtn-cl span:after, .my-cl .mydiv .mobileinput .input-group-append span:after, .commericial-before-plan .mydiv .mobileinput .input-group-append span:after, .bike-before-plan .mydiv .mobileinput .input-group-append span:after, .car-before-plan .mydiv .mobileinput .input-group-append span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
}

.grabtn-cl span:before, .my-cl .mydiv .mobileinput .input-group-append span:before, .commericial-before-plan .mydiv .mobileinput .input-group-append span:before, .bike-before-plan .mydiv .mobileinput .input-group-append span:before, .car-before-plan .mydiv .mobileinput .input-group-append span:before {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  opacity: 0;
}

.grabtn-cl:hover span:before, .my-cl .mydiv .mobileinput .input-group-append:hover span:before, .commericial-before-plan .mydiv .mobileinput .input-group-append:hover span:before, .bike-before-plan .mydiv .mobileinput .input-group-append:hover span:before, .car-before-plan .mydiv .mobileinput .input-group-append:hover span:before {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.grabtn-cl:hover span:after, .my-cl .mydiv .mobileinput .input-group-append:hover span:after, .commericial-before-plan .mydiv .mobileinput .input-group-append:hover span:after, .bike-before-plan .mydiv .mobileinput .input-group-append:hover span:after, .car-before-plan .mydiv .mobileinput .input-group-append:hover span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(100%, -50%);
  opacity: 0;
}

.bdrleft {
  border-right: 1px solid #d9eaff;
}

.editinfo {
  font-size: 12px;
  font-weight: 600;
  color: #072AC8;
  text-decoration: underline;
}

.forcustom .custom-select, .car-before-plan-page .custom-select {
  font-size: 13px;
  background: #fff url(../img/svg/down-arrow.svg) no-repeat scroll;
  background-position: right 7px center;
  background-size: 12px;
  border-radius: 4px;
}

.forcustom .custom-select:focus, .car-before-plan-page .custom-select:focus {
  box-shadow: none;
  border-color: #999;
}

.dateinput .form-control {
  border: 0;
  background: transparent;
}

.dateinput .input-group-text {
  background: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.dateinput .form-control {
  border-right: 0;
}

.dateinput .form-control:focus {
  box-shadow: none;
  border-color: #fff;
}

.dateinput {
  background: #fff;
  border: 1px solid #757988;
  border-radius: 4px;
}

.dateinput .input-group-append .input-group-text {
  border: 0;
  background: transparent;
}

.calenderimg {
  width: 18px;
}

.activecl, .citylist-cl .citylist .citydiv.active .citytext, .commericial-before-plan .citylist .citydiv.active .citytext, .commericial-before-plan-page .citylist .citydiv.active .citytext, .health-before-plan-page .citylist .citydiv.active .citytext, .bike-before-plan .citylist .citydiv.active .citytext, .bike-before-plan-page .citylist .citydiv.active .citytext, .car-before-plan .citylist .citydiv.active .citytext, .car-before-plan-page .citylist .citydiv.active .citytext, .model-list-cl .model-list ul li > a:hover, .commericial-before-plan .model-list ul li > a:hover, .bike-before-plan .model-list ul li > a:hover, .car-before-plan .model-list ul li > a:hover, .car-before-plan-page .model-list ul li > a:hover, .model-list-cl .model-list ul li.active a, .commericial-before-plan .model-list ul li.active a, .bike-before-plan .model-list ul li.active a, .car-before-plan .model-list ul li.active a, .car-before-plan-page .model-list ul li.active a, .variant-list-cl .variant-list ul li > a:hover, .commericial-before-plan .variant-list ul li > a:hover, .bike-before-plan .variant-list ul li > a:hover, .car-before-plan .variant-list ul li > a:hover, .car-before-plan-page .variant-list ul li > a:hover, .variant-list-cl .variant-list ul li.active a, .commericial-before-plan .variant-list ul li.active a, .bike-before-plan .variant-list ul li.active a, .car-before-plan .variant-list ul li.active a, .car-before-plan-page .variant-list ul li.active a, .Reg-year-list-cl .Reg-year-list ul li > a:hover, .commericial-before-plan .Reg-year-list ul li > a:hover, .bike-before-plan .Reg-year-list ul li > a:hover, .car-before-plan .Reg-year-list ul li > a:hover, .car-before-plan-page .Reg-year-list ul li > a:hover, .Reg-year-list-cl .Reg-year-list ul li.active a, .commericial-before-plan .Reg-year-list ul li.active a, .bike-before-plan .Reg-year-list ul li.active a, .car-before-plan .Reg-year-list ul li.active a, .car-before-plan-page .Reg-year-list ul li.active a {
  background: #F99E36;
  color: #fff;
}

.whbox {
  padding: 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 1px 2px 18px #393b3e17;
  border-radius: 4px;
}

.next-prev, .commericial-before-plan .nextbtn, .commericial-before-plan .prevbtn, .bike-before-plan .nextbtn, .bike-before-plan .prevbtn, .car-before-plan .nextbtn, .car-before-plan .prevbtn, .car-before-plan-page .nextbtn, .car-before-plan-page .prevbtn {
  /*@extend .gradientbtn;*/
  background: #F99E36;
  border-radius: 4px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  min-width: 158px;
}

.next-prev:focus, .commericial-before-plan .nextbtn:focus, .commericial-before-plan .prevbtn:focus, .bike-before-plan .nextbtn:focus, .bike-before-plan .prevbtn:focus, .car-before-plan .nextbtn:focus, .car-before-plan .prevbtn:focus, .car-before-plan-page .nextbtn:focus, .car-before-plan-page .prevbtn:focus {
  box-shadow: none;
}

.citylist-cl .citylist, .commericial-before-plan .citylist, .commericial-before-plan-page .citylist, .health-before-plan-page .citylist, .bike-before-plan .citylist, .bike-before-plan-page .citylist, .car-before-plan .citylist, .car-before-plan-page .citylist {
  position: relative;
  margin: 0 -5px 0 -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.citylist-cl .citylist .citydiv, .commericial-before-plan .citylist .citydiv, .commericial-before-plan-page .citylist .citydiv, .health-before-plan-page .citylist .citydiv, .bike-before-plan .citylist .citydiv, .bike-before-plan-page .citylist .citydiv, .car-before-plan .citylist .citydiv, .car-before-plan-page .citylist .citydiv {
  transition: all 0.5s ease;
  list-style: none;
  /*width:25%;*/
  width: 33.33%;
  padding: 5px 5px 10px;
  text-align: center;
}

.citylist-cl .citylist .citydiv .citytext, .commericial-before-plan .citylist .citydiv .citytext, .commericial-before-plan-page .citylist .citydiv .citytext, .health-before-plan-page .citylist .citydiv .citytext, .bike-before-plan .citylist .citydiv .citytext, .bike-before-plan-page .citylist .citydiv .citytext, .car-before-plan .citylist .citydiv .citytext, .car-before-plan-page .citylist .citydiv .citytext {
  border: 1px solid #757988;
  padding: 5px 10px;
  text-align: center;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
  color: #757988;
}

@media (max-width: 767px) {
  .citylist-cl .citylist .citydiv, .commericial-before-plan .citylist .citydiv, .commericial-before-plan-page .citylist .citydiv, .health-before-plan-page .citylist .citydiv, .bike-before-plan .citylist .citydiv, .bike-before-plan-page .citylist .citydiv, .car-before-plan .citylist .citydiv, .car-before-plan-page .citylist .citydiv {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .citylist-cl .citylist .citydiv, .commericial-before-plan .citylist .citydiv, .commericial-before-plan-page .citylist .citydiv, .health-before-plan-page .citylist .citydiv, .bike-before-plan .citylist .citydiv, .bike-before-plan-page .citylist .citydiv, .car-before-plan .citylist .citydiv, .car-before-plan-page .citylist .citydiv {
    width: 33.33%;
  }
}

.citylist-cl .citylist .citydiv.active, .commericial-before-plan .citylist .citydiv.active, .commericial-before-plan-page .citylist .citydiv.active, .health-before-plan-page .citylist .citydiv.active, .bike-before-plan .citylist .citydiv.active, .bike-before-plan-page .citylist .citydiv.active, .car-before-plan .citylist .citydiv.active, .car-before-plan-page .citylist .citydiv.active {
  opacity: 1 !important;
}

.citylist-cl .citylist .citydiv.active .citytext, .commericial-before-plan .citylist .citydiv.active .citytext, .commericial-before-plan-page .citylist .citydiv.active .citytext, .health-before-plan-page .citylist .citydiv.active .citytext, .bike-before-plan .citylist .citydiv.active .citytext, .bike-before-plan-page .citylist .citydiv.active .citytext, .car-before-plan .citylist .citydiv.active .citytext, .car-before-plan-page .citylist .citydiv.active .citytext {
  border: 0;
  color: #fff;
  z-index: 3;
  position: relative;
}

.citylist-cl .citylist .showdiv, .commericial-before-plan .citylist .showdiv, .commericial-before-plan-page .citylist .showdiv, .health-before-plan-page .citylist .showdiv, .bike-before-plan .citylist .showdiv, .bike-before-plan-page .citylist .showdiv, .car-before-plan .citylist .showdiv, .car-before-plan-page .citylist .showdiv {
  z-index: 2;
  position: absolute;
  /*display:none;*/
  width: calc(100% - 10px);
  justify-content: center;
  left: 5px;
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 0 0;
  /* display:none;*/
}

.citylist-cl .citylist .showdiv .smdiv, .commericial-before-plan .citylist .showdiv .smdiv, .commericial-before-plan-page .citylist .showdiv .smdiv, .health-before-plan-page .citylist .showdiv .smdiv, .bike-before-plan .citylist .showdiv .smdiv, .bike-before-plan-page .citylist .showdiv .smdiv, .car-before-plan .citylist .showdiv .smdiv, .car-before-plan-page .citylist .showdiv .smdiv {
  font-size: 12px;
  background: #fff;
  padding: 3px 10px;
  border: 1px solid #072AC8;
  border-radius: 2px;
  margin: 5px;
  color: #000;
}

.citylist-cl .citylist .showdiv .smdiv a, .commericial-before-plan .citylist .showdiv .smdiv a, .commericial-before-plan-page .citylist .showdiv .smdiv a, .health-before-plan-page .citylist .showdiv .smdiv a, .bike-before-plan .citylist .showdiv .smdiv a, .bike-before-plan-page .citylist .showdiv .smdiv a, .car-before-plan .citylist .showdiv .smdiv a, .car-before-plan-page .citylist .showdiv .smdiv a {
  color: #4e5257;
  cursor: pointer;
  color: #072AC8;
}

.citylist-cl .citylist .showdiv .smdiv a:hover, .commericial-before-plan .citylist .showdiv .smdiv a:hover, .commericial-before-plan-page .citylist .showdiv .smdiv a:hover, .health-before-plan-page .citylist .showdiv .smdiv a:hover, .bike-before-plan .citylist .showdiv .smdiv a:hover, .bike-before-plan-page .citylist .showdiv .smdiv a:hover, .car-before-plan .citylist .showdiv .smdiv a:hover, .car-before-plan-page .citylist .showdiv .smdiv a:hover, .citylist-cl .citylist .showdiv .smdiv a:focus, .commericial-before-plan .citylist .showdiv .smdiv a:focus, .commericial-before-plan-page .citylist .showdiv .smdiv a:focus, .health-before-plan-page .citylist .showdiv .smdiv a:focus, .bike-before-plan .citylist .showdiv .smdiv a:focus, .bike-before-plan-page .citylist .showdiv .smdiv a:focus, .car-before-plan .citylist .showdiv .smdiv a:focus, .car-before-plan-page .citylist .showdiv .smdiv a:focus {
  color: #F99E36;
}

@media (max-width: 767px) {
  .citylist-cl .citylist .showdiv, .commericial-before-plan .citylist .showdiv, .commericial-before-plan-page .citylist .showdiv, .health-before-plan-page .citylist .showdiv, .bike-before-plan .citylist .showdiv, .bike-before-plan-page .citylist .showdiv, .car-before-plan .citylist .showdiv, .car-before-plan-page .citylist .showdiv {
    padding: 5px;
    width: calc(100% - 10px);
  }
  .citylist-cl .citylist .showdiv .smdiv, .commericial-before-plan .citylist .showdiv .smdiv, .commericial-before-plan-page .citylist .showdiv .smdiv, .health-before-plan-page .citylist .showdiv .smdiv, .bike-before-plan .citylist .showdiv .smdiv, .bike-before-plan-page .citylist .showdiv .smdiv, .car-before-plan .citylist .showdiv .smdiv, .car-before-plan-page .citylist .showdiv .smdiv {
    padding: 5px;
    margin: 3px;
    font-size: 11px;
  }
}

.citylist-cl .citylist .blurcl, .commericial-before-plan .citylist .blurcl, .commericial-before-plan-page .citylist .blurcl, .health-before-plan-page .citylist .blurcl, .bike-before-plan .citylist .blurcl, .bike-before-plan-page .citylist .blurcl, .car-before-plan .citylist .blurcl, .car-before-plan-page .citylist .blurcl {
  filter: blur(1px);
}

.iconlist-cl .iconlist ul, .commericial-before-plan .iconlist ul, .commericial-before-plan-page .iconlist ul, .health-before-plan-page .iconlist ul, .bike-before-plan .iconlist ul, .bike-before-plan-page .iconlist ul, .car-before-plan .iconlist ul, .car-before-plan-page .iconlist ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.iconlist-cl .iconlist ul li, .commericial-before-plan .iconlist ul li, .commericial-before-plan-page .iconlist ul li, .health-before-plan-page .iconlist ul li, .bike-before-plan .iconlist ul li, .bike-before-plan-page .iconlist ul li, .car-before-plan .iconlist ul li, .car-before-plan-page .iconlist ul li {
  display: flex;
  width: 20%;
  padding: 10px;
  list-style: none;
  text-align: center;
}

.iconlist-cl .iconlist ul li > a, .commericial-before-plan .iconlist ul li > a, .commericial-before-plan-page .iconlist ul li > a, .health-before-plan-page .iconlist ul li > a, .bike-before-plan .iconlist ul li > a, .bike-before-plan-page .iconlist ul li > a, .car-before-plan .iconlist ul li > a, .car-before-plan-page .iconlist ul li > a {
  /* min-height:150px;*/
  background: #fff;
  min-height: 120px;
  cursor: pointer;
  width: 100%;
  min-width: 100% !important;
  border: 1px solid rgba(148, 148, 148, 0.4);
  padding: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #757988;
}

.iconlist-cl .iconlist ul li > a img, .commericial-before-plan .iconlist ul li > a img, .commericial-before-plan-page .iconlist ul li > a img, .health-before-plan-page .iconlist ul li > a img, .bike-before-plan .iconlist ul li > a img, .bike-before-plan-page .iconlist ul li > a img, .car-before-plan .iconlist ul li > a img, .car-before-plan-page .iconlist ul li > a img {
  margin-bottom: 10px;
  filter: grayscale(100%);
}

.iconlist-cl .iconlist ul li > a span, .commericial-before-plan .iconlist ul li > a span, .commericial-before-plan-page .iconlist ul li > a span, .health-before-plan-page .iconlist ul li > a span, .bike-before-plan .iconlist ul li > a span, .bike-before-plan-page .iconlist ul li > a span, .car-before-plan .iconlist ul li > a span, .car-before-plan-page .iconlist ul li > a span {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  clear: both;
  font-weight: 600;
  font-size: 14px;
}

.iconlist-cl .iconlist ul li > a:hover, .commericial-before-plan .iconlist ul li > a:hover, .commericial-before-plan-page .iconlist ul li > a:hover, .health-before-plan-page .iconlist ul li > a:hover, .bike-before-plan .iconlist ul li > a:hover, .bike-before-plan-page .iconlist ul li > a:hover, .car-before-plan .iconlist ul li > a:hover, .car-before-plan-page .iconlist ul li > a:hover {
  box-shadow: 0px 28px 56px 0px rgba(0, 0, 0, 0.1);
  border: 0px solid transparent;
  color: #757988;
}

.iconlist-cl .iconlist ul li > a:hover img, .commericial-before-plan .iconlist ul li > a:hover img, .commericial-before-plan-page .iconlist ul li > a:hover img, .health-before-plan-page .iconlist ul li > a:hover img, .bike-before-plan .iconlist ul li > a:hover img, .bike-before-plan-page .iconlist ul li > a:hover img, .car-before-plan .iconlist ul li > a:hover img, .car-before-plan-page .iconlist ul li > a:hover img {
  filter: grayscale(0%);
}

@media (max-width: 767px) {
  .iconlist-cl .iconlist ul li, .commericial-before-plan .iconlist ul li, .commericial-before-plan-page .iconlist ul li, .health-before-plan-page .iconlist ul li, .bike-before-plan .iconlist ul li, .bike-before-plan-page .iconlist ul li, .car-before-plan .iconlist ul li, .car-before-plan-page .iconlist ul li {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .iconlist-cl .iconlist ul li, .commericial-before-plan .iconlist ul li, .commericial-before-plan-page .iconlist ul li, .health-before-plan-page .iconlist ul li, .bike-before-plan .iconlist ul li, .bike-before-plan-page .iconlist ul li, .car-before-plan .iconlist ul li, .car-before-plan-page .iconlist ul li {
    width: 25%;
  }
}

.iconlist-cl .iconlist ul li.active a, .commericial-before-plan .iconlist ul li.active a, .commericial-before-plan-page .iconlist ul li.active a, .health-before-plan-page .iconlist ul li.active a, .bike-before-plan .iconlist ul li.active a, .bike-before-plan-page .iconlist ul li.active a, .car-before-plan .iconlist ul li.active a, .car-before-plan-page .iconlist ul li.active a {
  background: #F99E36;
  color: #fff;
  border: 0px solid transparent;
  box-shadow: 0px 28px 56px 0px rgba(0, 0, 0, 0.1);
}

.iconlist-cl .iconlist ul li.active a img, .commericial-before-plan .iconlist ul li.active a img, .commericial-before-plan-page .iconlist ul li.active a img, .health-before-plan-page .iconlist ul li.active a img, .bike-before-plan .iconlist ul li.active a img, .bike-before-plan-page .iconlist ul li.active a img, .car-before-plan .iconlist ul li.active a img, .car-before-plan-page .iconlist ul li.active a img {
  filter: grayscale(0);
}

.model-list-cl .model-list ul, .commericial-before-plan .model-list ul, .bike-before-plan .model-list ul, .car-before-plan .model-list ul, .car-before-plan-page .model-list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.model-list-cl .model-list ul li, .commericial-before-plan .model-list ul li, .bike-before-plan .model-list ul li, .car-before-plan .model-list ul li, .car-before-plan-page .model-list ul li {
  display: flex;
  width: 20%;
  padding: 10px;
  list-style: none;
  text-align: center;
}

.model-list-cl .model-list ul li > a, .commericial-before-plan .model-list ul li > a, .bike-before-plan .model-list ul li > a, .car-before-plan .model-list ul li > a, .car-before-plan-page .model-list ul li > a {
  cursor: pointer;
  font-size: 14px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  min-height: 44px;
  padding: 5px;
  border-radius: 0px;
  color: inherit;
  border: 1px solid rgba(148, 148, 148, 0.4);
}

.model-list-cl .model-list ul li > a span, .commericial-before-plan .model-list ul li > a span, .bike-before-plan .model-list ul li > a span, .car-before-plan .model-list ul li > a span, .car-before-plan-page .model-list ul li > a span {
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .model-list-cl .model-list ul li, .commericial-before-plan .model-list ul li, .bike-before-plan .model-list ul li, .car-before-plan .model-list ul li, .car-before-plan-page .model-list ul li {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .model-list-cl .model-list ul li, .commericial-before-plan .model-list ul li, .bike-before-plan .model-list ul li, .car-before-plan .model-list ul li, .car-before-plan-page .model-list ul li {
    width: 25%;
  }
}

.model-list-cl .model-list ul li.active a, .commericial-before-plan .model-list ul li.active a, .bike-before-plan .model-list ul li.active a, .car-before-plan .model-list ul li.active a, .car-before-plan-page .model-list ul li.active a {
  border-color: #F99E36;
}

.variant-list-cl .variant-list ul, .commericial-before-plan .variant-list ul, .bike-before-plan .variant-list ul, .car-before-plan .variant-list ul, .car-before-plan-page .variant-list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.variant-list-cl .variant-list ul li, .commericial-before-plan .variant-list ul li, .bike-before-plan .variant-list ul li, .car-before-plan .variant-list ul li, .car-before-plan-page .variant-list ul li {
  display: flex;
  width: 25%;
  padding: 10px;
  list-style: none;
  text-align: center;
}

.variant-list-cl .variant-list ul li > a, .commericial-before-plan .variant-list ul li > a, .bike-before-plan .variant-list ul li > a, .car-before-plan .variant-list ul li > a, .car-before-plan-page .variant-list ul li > a {
  font-size: 14px;
  min-height: 44px;
  word-break: break-word;
  background: #fff;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0px;
  color: inherit;
  padding: 5px;
  border: 1px solid rgba(148, 148, 148, 0.4);
}

@media (max-width: 767px) {
  .variant-list-cl .variant-list ul li, .commericial-before-plan .variant-list ul li, .bike-before-plan .variant-list ul li, .car-before-plan .variant-list ul li, .car-before-plan-page .variant-list ul li {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .variant-list-cl .variant-list ul li, .commericial-before-plan .variant-list ul li, .bike-before-plan .variant-list ul li, .car-before-plan .variant-list ul li, .car-before-plan-page .variant-list ul li {
    width: 25%;
  }
}

.variant-list-cl .variant-list ul li.active a, .commericial-before-plan .variant-list ul li.active a, .bike-before-plan .variant-list ul li.active a, .car-before-plan .variant-list ul li.active a, .car-before-plan-page .variant-list ul li.active a {
  border-color: #F99E36;
}

.Reg-year-list-cl .Reg-year-list ul, .commericial-before-plan .Reg-year-list ul, .bike-before-plan .Reg-year-list ul, .car-before-plan .Reg-year-list ul, .car-before-plan-page .Reg-year-list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.Reg-year-list-cl .Reg-year-list ul li, .commericial-before-plan .Reg-year-list ul li, .bike-before-plan .Reg-year-list ul li, .car-before-plan .Reg-year-list ul li, .car-before-plan-page .Reg-year-list ul li {
  display: flex;
  width: 20%;
  padding: 10px;
  list-style: none;
  text-align: center;
}

.Reg-year-list-cl .Reg-year-list ul li > a, .commericial-before-plan .Reg-year-list ul li > a, .bike-before-plan .Reg-year-list ul li > a, .car-before-plan .Reg-year-list ul li > a, .car-before-plan-page .Reg-year-list ul li > a {
  border: 1px solid rgba(148, 148, 148, 0.4);
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 0px;
  color: inherit;
}

@media (max-width: 767px) {
  .Reg-year-list-cl .Reg-year-list ul li, .commericial-before-plan .Reg-year-list ul li, .bike-before-plan .Reg-year-list ul li, .car-before-plan .Reg-year-list ul li, .car-before-plan-page .Reg-year-list ul li {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Reg-year-list-cl .Reg-year-list ul li, .commericial-before-plan .Reg-year-list ul li, .bike-before-plan .Reg-year-list ul li, .car-before-plan .Reg-year-list ul li, .car-before-plan-page .Reg-year-list ul li {
    width: 25%;
  }
}

.my-cl .mydiv .mydetails, .commericial-before-plan .mydiv .mydetails, .bike-before-plan .mydiv .mydetails, .car-before-plan .mydiv .mydetails {
  background: #fafafa;
  border-radius: 4px;
  padding: 10px;
}

.my-cl .mydiv .mydetails h4, .commericial-before-plan .mydiv .mydetails h4, .bike-before-plan .mydiv .mydetails h4, .car-before-plan .mydiv .mydetails h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #393b3e;
}

.my-cl .mydiv .dashed-border, .commericial-before-plan .mydiv .dashed-border, .bike-before-plan .mydiv .dashed-border, .car-before-plan .mydiv .dashed-border {
  border-left: 1px dashed #d9dee6;
}

.my-cl .mydiv .dashed-border p, .commericial-before-plan .mydiv .dashed-border p, .bike-before-plan .mydiv .dashed-border p, .car-before-plan .mydiv .dashed-border p {
  color: #757988;
  font-size: 1rem;
  margin-bottom: 1px;
}

.my-cl .mydiv .productimg, .commericial-before-plan .mydiv .productimg, .bike-before-plan .mydiv .productimg, .car-before-plan .mydiv .productimg {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-cl .mydiv .mobileinput .input-group-text, .commericial-before-plan .mydiv .mobileinput .input-group-text, .bike-before-plan .mydiv .mobileinput .input-group-text, .car-before-plan .mydiv .mobileinput .input-group-text {
  background: transparent;
}

.my-cl .mydiv .mobileinput .input-group-append .input-group-text, .commericial-before-plan .mydiv .mobileinput .input-group-append .input-group-text, .bike-before-plan .mydiv .mobileinput .input-group-append .input-group-text, .car-before-plan .mydiv .mobileinput .input-group-append .input-group-text {
  background: transparent;
  border: 0;
  color: #fff;
}

.my-cl .mydiv .mobileinput .mobi-no, .commericial-before-plan .mydiv .mobileinput .mobi-no, .bike-before-plan .mydiv .mobileinput .mobi-no, .car-before-plan .mydiv .mobileinput .mobi-no {
  border-radius: 0;
  border-left: 0;
  height: 55px;
}

.my-cl .mydiv .mobileinput .mobi-no:focus, .commericial-before-plan .mydiv .mobileinput .mobi-no:focus, .bike-before-plan .mydiv .mobileinput .mobi-no:focus, .car-before-plan .mydiv .mobileinput .mobi-no:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.my-cl .mydiv .smfonts, .commericial-before-plan .mydiv .smfonts, .bike-before-plan .mydiv .smfonts, .car-before-plan .mydiv .smfonts {
  font-weight: 600;
  color: #757988;
  font-size: 12px;
}

.previous-insurer {
  font-size: 14px;
}

.multiselect-cl .select2-container .select2-choice {
  font-size: 1rem;
  background: #fff;
  max-width: 347px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  box-shadow: 1px 2px 9px #393b3e0a;
  border: 1px solid #d9dee6;
  border-radius: 4px;
}

.multiselect-cl .select2-search {
  margin-top: 10px;
}

.multiselect-cl .select2-search input {
  background: #fff !important;
}

.multiselect-cl .select2-container .select2-choice .select2-arrow {
  background: #fff !important;
  border: 0;
}

.multiselect-cl .select2-container .select2-choice .select2-arrow b {
  background: url(../img/svg/down-arrow.svg) no-repeat 0 1px;
  width: 12px;
  height: 12px;
  background-size: cover;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all ease 0.2s;
}

.multiselect-cl .select2-dropdown-open .select2-choice .select2-arrow b {
  transform: translateY(-50%) rotate(180deg);
}

.multiselect-cl .select2-drop-active {
  border: 1px solid #d9dee6;
  border-top: 0;
}

.multiselect-cl .select2-container {
  max-width: 347px;
  width: 100%;
  margin: 0 auto;
  min-width: auto;
}

.multiselect-cl .select2-results .select2-highlighted {
  background: #072AC8;
}

.multiselect-cl .select2-results .select2-highlighted .select2-result-label {
  color: #fff;
}

.multiselect-cl .select2-results .select2-result-label {
  font-size: 1rem;
  font-weight: 600;
  color: #757988;
}

.premium-breakup-extend .complogo-container, .commercial-premium-breakup .complogo-container, .health-premium-breakup .complogo-container, .bike-premium-breakup .complogo-container, .car-premium-breakup .complogo-container {
  padding: 0 10px;
}

.premium-breakup-extend .complogo, .commercial-premium-breakup .complogo, .health-premium-breakup .complogo, .bike-premium-breakup .complogo, .car-premium-breakup .complogo {
  max-width: 158px;
}

.premium-breakup-extend .leftside, .commercial-premium-breakup .leftside, .health-premium-breakup .leftside, .bike-premium-breakup .leftside, .car-premium-breakup .leftside {
  /*border-right:1px solid #c8c8c8;*/
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #4e5257;
}

.premium-breakup-extend .leftside ul, .commercial-premium-breakup .leftside ul, .health-premium-breakup .leftside ul, .bike-premium-breakup .leftside ul, .car-premium-breakup .leftside ul {
  margin: 0;
  padding: 0;
}

.premium-breakup-extend .leftside ul li, .commercial-premium-breakup .leftside ul li, .health-premium-breakup .leftside ul li, .bike-premium-breakup .leftside ul li, .car-premium-breakup .leftside ul li {
  list-style: none;
  display: grid;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 10px;
  grid-template-columns: 60% 40%;
  border-bottom: 1px solid #efefef;
  margin: 0;
}

.premium-breakup-extend .leftside ul li span.value2, .commercial-premium-breakup .leftside ul li span.value2, .health-premium-breakup .leftside ul li span.value2, .bike-premium-breakup .leftside ul li span.value2, .car-premium-breakup .leftside ul li span.value2 {
  position: relative;
}

.premium-breakup-extend .leftside ul li span, .commercial-premium-breakup .leftside ul li span, .health-premium-breakup .leftside ul li span, .bike-premium-breakup .leftside ul li span, .car-premium-breakup .leftside ul li span {
  padding: 2px 8px;
}

.premium-breakup-extend .rightside .poptitle, .commercial-premium-breakup .rightside .poptitle, .health-premium-breakup .rightside .poptitle, .bike-premium-breakup .rightside .poptitle, .car-premium-breakup .rightside .poptitle {
  justify-content: space-between;
}

.premium-breakup-extend .rightside h2, .commercial-premium-breakup .rightside h2, .health-premium-breakup .rightside h2, .bike-premium-breakup .rightside h2, .car-premium-breakup .rightside h2 {
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 767px) {
  .premium-breakup-extend .rightside h2, .commercial-premium-breakup .rightside h2, .health-premium-breakup .rightside h2, .bike-premium-breakup .rightside h2, .car-premium-breakup .rightside h2 {
    padding-left: 10px;
  }
}

.premium-breakup-extend .rightside h3, .commercial-premium-breakup .rightside h3, .health-premium-breakup .rightside h3, .bike-premium-breakup .rightside h3, .car-premium-breakup .rightside h3 {
  background: #f0f6fc;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  color: #191a1a;
  padding: 4px;
}

.premium-breakup-extend .rightside .borderbox, .commercial-premium-breakup .rightside .borderbox, .health-premium-breakup .rightside .borderbox, .bike-premium-breakup .rightside .borderbox, .car-premium-breakup .rightside .borderbox {
  font-size: 12px;
  color: #4e5257;
}

.premium-breakup-extend .rightside .borderbox h3, .commercial-premium-breakup .rightside .borderbox h3, .health-premium-breakup .rightside .borderbox h3, .bike-premium-breakup .rightside .borderbox h3, .car-premium-breakup .rightside .borderbox h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.premium-breakup-extend .rightside .borderbox .details li, .commercial-premium-breakup .rightside .borderbox .details li, .health-premium-breakup .rightside .borderbox .details li, .bike-premium-breakup .rightside .borderbox .details li, .car-premium-breakup .rightside .borderbox .details li {
  display: flex;
}

.premium-breakup-extend .rightside .borderbox .details li span, .commercial-premium-breakup .rightside .borderbox .details li span, .health-premium-breakup .rightside .borderbox .details li span, .bike-premium-breakup .rightside .borderbox .details li span, .car-premium-breakup .rightside .borderbox .details li span {
  width: 50%;
}

.premium-breakup-extend .rightside .table-div, .commercial-premium-breakup .rightside .table-div, .health-premium-breakup .rightside .table-div, .bike-premium-breakup .rightside .table-div, .car-premium-breakup .rightside .table-div {
  display: flex;
  color: #000;
}

.premium-breakup-extend .rightside .table-div .darkgreybg, .commercial-premium-breakup .rightside .table-div .darkgreybg, .health-premium-breakup .rightside .table-div .darkgreybg, .bike-premium-breakup .rightside .table-div .darkgreybg, .car-premium-breakup .rightside .table-div .darkgreybg {
  background: #e3e3e3;
}

.premium-breakup-extend .rightside .table-div .lightgreybg, .commercial-premium-breakup .rightside .table-div .lightgreybg, .health-premium-breakup .rightside .table-div .lightgreybg, .bike-premium-breakup .rightside .table-div .lightgreybg, .car-premium-breakup .rightside .table-div .lightgreybg {
  background: #f8f8f8;
}

.premium-breakup-extend .rightside .table-div .col1, .commercial-premium-breakup .rightside .table-div .col1, .health-premium-breakup .rightside .table-div .col1, .bike-premium-breakup .rightside .table-div .col1, .car-premium-breakup .rightside .table-div .col1 {
  width: 45%;
}

.premium-breakup-extend .rightside .table-div .col2, .commercial-premium-breakup .rightside .table-div .col2, .health-premium-breakup .rightside .table-div .col2, .bike-premium-breakup .rightside .table-div .col2, .car-premium-breakup .rightside .table-div .col2 {
  width: 20%;
}

.premium-breakup-extend .rightside .table-div .col3, .commercial-premium-breakup .rightside .table-div .col3, .health-premium-breakup .rightside .table-div .col3, .bike-premium-breakup .rightside .table-div .col3, .car-premium-breakup .rightside .table-div .col3 {
  width: 35%;
}

.premium-breakup-extend .rightside .table-div .bdrleftright, .commercial-premium-breakup .rightside .table-div .bdrleftright, .health-premium-breakup .rightside .table-div .bdrleftright, .bike-premium-breakup .rightside .table-div .bdrleftright, .car-premium-breakup .rightside .table-div .bdrleftright {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.premium-breakup-extend .rightside .alphabet, .commercial-premium-breakup .rightside .alphabet, .health-premium-breakup .rightside .alphabet, .bike-premium-breakup .rightside .alphabet, .car-premium-breakup .rightside .alphabet {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #3c475829;
  border-radius: 2px;
  font-weight: 700;
  color: #3c4758;
  font-size: 13px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

.premium-breakup-extend .panel-body, .commercial-premium-breakup .panel-body, .health-premium-breakup .panel-body, .bike-premium-breakup .panel-body, .car-premium-breakup .panel-body {
  padding: 30px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .premium-breakup-extend .panel-body .pdr, .commercial-premium-breakup .panel-body .pdr, .health-premium-breakup .panel-body .pdr, .bike-premium-breakup .panel-body .pdr, .car-premium-breakup .panel-body .pdr {
    padding-right: 0;
  }
}

.premium-breakup-extend .btn-close, .commercial-premium-breakup .btn-close, .health-premium-breakup .btn-close, .bike-premium-breakup .btn-close, .car-premium-breakup .btn-close {
  border: 1px solid #3c4758;
  padding: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  /*right:-24px; top:-24px; */
  right: -18px;
  top: -18px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #191a1a;
}

@media (max-width: 767px) {
  .premium-breakup-extend .btn-close, .commercial-premium-breakup .btn-close, .health-premium-breakup .btn-close, .bike-premium-breakup .btn-close, .car-premium-breakup .btn-close {
    right: 0px;
    top: 0px;
    background: transparent;
    box-shadow: none;
    padding: 5px;
    cursor: pointer;
  }
}

.premium-breakup-extend .details, .commercial-premium-breakup .details, .health-premium-breakup .details, .bike-premium-breakup .details, .car-premium-breakup .details {
  padding-left: 39px;
}

.premium-breakup-extend .details i, .commercial-premium-breakup .details i, .health-premium-breakup .details i, .bike-premium-breakup .details i, .car-premium-breakup .details i {
  font-size: 12px;
}

.premium-breakup-extend .register-form .premiumbreakup, .commercial-premium-breakup .register-form .premiumbreakup, .health-premium-breakup .register-form .premiumbreakup, .bike-premium-breakup .register-form .premiumbreakup, .car-premium-breakup .register-form .premiumbreakup {
  color: #072AC8;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}

.premium-breakup-extend .emaildetail, .commercial-premium-breakup .emaildetail, .health-premium-breakup .emaildetail, .bike-premium-breakup .emaildetail, .car-premium-breakup .emaildetail {
  position: relative;
  font-size: 13px;
  padding-left: 25px;
  color: #757988;
}

.premium-breakup-extend .emaildetail:before, .commercial-premium-breakup .emaildetail:before, .health-premium-breakup .emaildetail:before, .bike-premium-breakup .emaildetail:before, .car-premium-breakup .emaildetail:before {
  content: "";
  background: url("../img/svg/mail-grey.svg") no-repeat scroll 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-size: cover;
}

.premium-breakup-extend .finalpremium, .commercial-premium-breakup .finalpremium, .health-premium-breakup .finalpremium, .bike-premium-breakup .finalpremium, .car-premium-breakup .finalpremium {
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  font-weight: 700;
  color: #191a1a;
}

.premium-breakup-extend .finalpremium .final-premium-value, .commercial-premium-breakup .finalpremium .final-premium-value, .health-premium-breakup .finalpremium .final-premium-value, .bike-premium-breakup .finalpremium .final-premium-value, .car-premium-breakup .finalpremium .final-premium-value {
  font-size: 18px;
  font-weight: 700;
  color: #3c4758;
}

.premium-breakup-extend .finalpremium .plus-minus, .commercial-premium-breakup .finalpremium .plus-minus, .health-premium-breakup .finalpremium .plus-minus, .bike-premium-breakup .finalpremium .plus-minus, .car-premium-breakup .finalpremium .plus-minus {
  display: flex;
}

.premium-breakup-extend .finalpremium .alphabet, .commercial-premium-breakup .finalpremium .alphabet, .health-premium-breakup .finalpremium .alphabet, .bike-premium-breakup .finalpremium .alphabet, .car-premium-breakup .finalpremium .alphabet {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #3c475829;
  border-radius: 2px;
  font-weight: 700;
  color: #3c4758;
  font-size: 13px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .premium-breakup-extend .finalpremium, .commercial-premium-breakup .finalpremium, .health-premium-breakup .finalpremium, .bike-premium-breakup .finalpremium, .car-premium-breakup .finalpremium {
    max-width: 574px;
    width: 100%;
  }
}

.premium-breakup-extend .finalpremium .lightfont, .commercial-premium-breakup .finalpremium .lightfont, .health-premium-breakup .finalpremium .lightfont, .bike-premium-breakup .finalpremium .lightfont, .car-premium-breakup .finalpremium .lightfont {
  color: #4e5257;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.premium-breakup-extend .finalpremium i, .commercial-premium-breakup .finalpremium i, .health-premium-breakup .finalpremium i, .bike-premium-breakup .finalpremium i, .car-premium-breakup .finalpremium i {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .premium-breakup-extend .finalpremium, .commercial-premium-breakup .finalpremium, .health-premium-breakup .finalpremium, .bike-premium-breakup .finalpremium, .car-premium-breakup .finalpremium {
    padding: 10px;
  }
}

.premium-breakup-extend .correct-pink, .commercial-premium-breakup .correct-pink, .health-premium-breakup .correct-pink, .bike-premium-breakup .correct-pink, .car-premium-breakup .correct-pink {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

.premium-breakup-extend .correct-pink:before, .commercial-premium-breakup .correct-pink:before, .health-premium-breakup .correct-pink:before, .bike-premium-breakup .correct-pink:before, .car-premium-breakup .correct-pink:before {
  content: "";
  background: url("../img/svg/correct-pink.svg") no-repeat scroll 0 0;
  width: 18px;
  height: 18px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 3px;
}

.updatebtn {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 4px;
  min-width: 126px;
  font-weight: 700;
  font-size: 14px;
  color: #072AC8;
}

.addmorecover {
  max-width: 304px;
  width: 100%;
}

.popupsmfonts {
  font-weight: 700;
  font-size: 13px;
  color: #3c4758;
}

.covervaluediv {
  max-width: 329px;
  width: 100%;
}

.covervaluediv label {
  font-size: 14px;
  font-weight: 400;
}

.covervaluediv .rzslider .rz-pointer:after {
  display: none;
}

.covervaluediv .rzslider .rz-pointer {
  width: 22px;
  height: 22px;
  background: #3c4758 0% 0% no-repeat padding-box;
  box-shadow: 1px 2px 4px #3c475829;
  border: 2px solid #ffffff;
  border-radius: 12px;
}

.covervaluediv .rzslider .rz-bar-wrapper {
  height: 22px;
  padding-top: 11px;
}

.covervaluediv .rzslider .rz-bar {
  background: #a3a8b1;
}

.covervaluediv .rz-bubble.rz-limit.rz-floor {
  display: none;
}

.covervaluediv .rz-bubble.rz-limit.rz-ceil {
  display: none;
}

.covervaluediv .rz-bubble.rz-model-value {
  display: none;
}

.covervaluediv .rzslider .rz-selection {
  background: #3c4758 !important;
}

.policy-type {
  max-width: 339px;
  width: 100%;
}

.policy-type .custom-control-input:checked ~ .custom-control-label .bluecolor {
  color: #072AC8;
}

.checkicon {
  width: 10px;
}

.gry-product-list {
  color: #a3a8b1;
}

.bluetext {
  /*color: #072AC8 !important;*/
}

.bluetext.underline {
  position: relative;
}

.bluetext.underline:before {
  content: " ";
  position: absolute;
  width: 100%;
  background: #072AC8;
  height: 1px;
  left: 0;
  bottom: 0;
}

.bluetext.underline:hover:before {
  content: " ";
  background: transparent;
}

.premium-breakup .modal-content {
  box-shadow: 2px 2px 18px #0000004d;
  border-radius: 10px;
  background: #ffffff;
}

.review-pay-ext, .commercial-review-pay, .health-review-pay, .bike-review-pay, .car-review-pay {
  font-size: 12px;
  line-height: 20px;
  color: #4e5257;
}

.review-pay-ext strong, .commercial-review-pay strong, .health-review-pay strong, .bike-review-pay strong, .car-review-pay strong {
  font-weight: 700;
  color: #191a1a;
}

.review-pay-ext h2, .commercial-review-pay h2, .health-review-pay h2, .bike-review-pay h2, .car-review-pay h2 {
  font-size: 24px;
  font-weight: 600;
  color: #072AC8;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .review-pay-ext h2, .commercial-review-pay h2, .health-review-pay h2, .bike-review-pay h2, .car-review-pay h2 {
    font-size: 17px;
  }
}

.review-pay-ext h2:before, .commercial-review-pay h2:before, .health-review-pay h2:before, .bike-review-pay h2:before, .car-review-pay h2:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #F99E36;
}

@media (max-width: 767px) {
  .review-pay-ext h2:before, .commercial-review-pay h2:before, .health-review-pay h2:before, .bike-review-pay h2:before, .car-review-pay h2:before {
    left: -17px;
  }
}

.review-pay-ext .box-bg-bdr, .commercial-review-pay .box-bg-bdr, .health-review-pay .box-bg-bdr, .bike-review-pay .box-bg-bdr, .car-review-pay .box-bg-bdr {
  border: 1px solid #efefef;
  background: #fafafa;
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 18px;
}

.review-pay-ext .box-bg-bdr h3, .commercial-review-pay .box-bg-bdr h3, .health-review-pay .box-bg-bdr h3, .bike-review-pay .box-bg-bdr h3, .car-review-pay .box-bg-bdr h3 {
  font-size: 14px;
  font-weight: 700;
  color: #072AC8;
  position: relative;
}

.review-pay-ext .box-bg-bdr h3:before, .commercial-review-pay .box-bg-bdr h3:before, .health-review-pay .box-bg-bdr h3:before, .bike-review-pay .box-bg-bdr h3:before, .car-review-pay .box-bg-bdr h3:before {
  content: "";
  position: absolute;
  left: -18px;
  background: #F99E36;
  width: 3px;
  height: 100%;
}

.review-pay-ext .box-bg-bdr p, .commercial-review-pay .box-bg-bdr p, .health-review-pay .box-bg-bdr p, .bike-review-pay .box-bg-bdr p, .car-review-pay .box-bg-bdr p {
  margin-bottom: 5px;
}

.review-pay-ext .box-bg-bdr hr, .commercial-review-pay .box-bg-bdr hr, .health-review-pay .box-bg-bdr hr, .bike-review-pay .box-bg-bdr hr, .car-review-pay .box-bg-bdr hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.review-pay-ext .box-bg-bdr .rodiodiv label, .commercial-review-pay .box-bg-bdr .rodiodiv label, .health-review-pay .box-bg-bdr .rodiodiv label, .bike-review-pay .box-bg-bdr .rodiodiv label, .car-review-pay .box-bg-bdr .rodiodiv label {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.review-pay-ext .box-bg-bdr.maxw, .commercial-review-pay .box-bg-bdr.maxw, .health-review-pay .box-bg-bdr.maxw, .bike-review-pay .box-bg-bdr.maxw, .car-review-pay .box-bg-bdr.maxw {
  max-width: 261px;
  width: 100%;
}

@media (max-width: 767px) {
  .review-pay-ext .box-bg-bdr.maxw, .commercial-review-pay .box-bg-bdr.maxw, .health-review-pay .box-bg-bdr.maxw, .bike-review-pay .box-bg-bdr.maxw, .car-review-pay .box-bg-bdr.maxw {
    max-width: 100%;
  }
}

.review-pay-ext .box-bdr, .commercial-review-pay .box-bdr, .health-review-pay .box-bdr, .bike-review-pay .box-bdr, .car-review-pay .box-bdr {
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 18px;
}

.review-pay-ext .box-bdr h3, .commercial-review-pay .box-bdr h3, .health-review-pay .box-bdr h3, .bike-review-pay .box-bdr h3, .car-review-pay .box-bdr h3 {
  font-size: 14px;
  font-weight: 700;
  color: #072AC8;
  position: relative;
}

.review-pay-ext .box-bdr h3:before, .commercial-review-pay .box-bdr h3:before, .health-review-pay .box-bdr h3:before, .bike-review-pay .box-bdr h3:before, .car-review-pay .box-bdr h3:before {
  content: "";
  position: absolute;
  left: -18px;
  background: #F99E36;
  width: 3px;
  height: 100%;
}

.review-pay-ext .box-bdr p, .commercial-review-pay .box-bdr p, .health-review-pay .box-bdr p, .bike-review-pay .box-bdr p, .car-review-pay .box-bdr p {
  margin-bottom: 5px;
}

.review-pay-ext .box-bdr hr, .commercial-review-pay .box-bdr hr, .health-review-pay .box-bdr hr, .bike-review-pay .box-bdr hr, .car-review-pay .box-bdr hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.review-pay-ext .box-bdr .rodiodiv label, .commercial-review-pay .box-bdr .rodiodiv label, .health-review-pay .box-bdr .rodiodiv label, .bike-review-pay .box-bdr .rodiodiv label, .car-review-pay .box-bdr .rodiodiv label {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.review-pay-ext .quotationcontent, .commercial-review-pay .quotationcontent, .health-review-pay .quotationcontent, .bike-review-pay .quotationcontent, .car-review-pay .quotationcontent {
  border: 1px solid #efefef;
  border-radius: 4px;
}

.review-pay-ext .quotationcontent p, .commercial-review-pay .quotationcontent p, .health-review-pay .quotationcontent p, .bike-review-pay .quotationcontent p, .car-review-pay .quotationcontent p {
  margin-bottom: 0.5rem;
}

.review-pay-ext .quotationcontent .bold-blue-text, .commercial-review-pay .quotationcontent .bold-blue-text, .health-review-pay .quotationcontent .bold-blue-text, .bike-review-pay .quotationcontent .bold-blue-text, .car-review-pay .quotationcontent .bold-blue-text {
  font-weight: 700;
  color: #072AC8;
}

.review-pay-ext .logo--container, .commercial-review-pay .logo--container, .health-review-pay .logo--container, .bike-review-pay .logo--container, .car-review-pay .logo--container {
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 4px;
  max-width: 247px;
}

.review-pay-ext .premiumbtn, .commercial-review-pay .premiumbtn, .health-review-pay .premiumbtn, .bike-review-pay .premiumbtn, .car-review-pay .premiumbtn {
  font-weight: 700;
  font-size: 18px;
  color: #191a1a;
}

.review-pay-ext .borderdiv, .commercial-review-pay .borderdiv, .health-review-pay .borderdiv, .bike-review-pay .borderdiv, .car-review-pay .borderdiv {
  border: 1px solid #efefef;
  border-radius: 2px;
  max-width: 1048px;
  margin: 0 auto;
  background: #fff;
}

.review-pay-ext .proceedtopay, .commercial-review-pay .proceedtopay, .health-review-pay .proceedtopay, .bike-review-pay .proceedtopay, .car-review-pay .proceedtopay {
  color: #fff;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  height: 46px;
  border: 1px solid #F99E36;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
}

.review-pay-ext .proceedtopay span, .commercial-review-pay .proceedtopay span, .health-review-pay .proceedtopay span, .bike-review-pay .proceedtopay span, .car-review-pay .proceedtopay span {
  overflow: hidden;
}

.review-pay-ext .proceedtopay span:after, .commercial-review-pay .proceedtopay span:after, .health-review-pay .proceedtopay span:after, .bike-review-pay .proceedtopay span:after, .car-review-pay .proceedtopay span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.review-pay-ext .proceedtopay:hover span:after, .commercial-review-pay .proceedtopay:hover span:after, .health-review-pay .proceedtopay:hover span:after, .bike-review-pay .proceedtopay:hover span:after, .car-review-pay .proceedtopay:hover span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.rightsidelist {
  font-size: 16px;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .rightsidelist {
    float: left;
    width: 100%;
  }
  .rightsidelist li {
    float: left;
    margin-right: 10px;
  }
}

.rightsidelist li {
  color: #757988;
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}

.rightsidelist li:before {
  content: " ";
  background: url(../img/svg/rightsideicon.svg) no-repeat scroll 0 0;
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0px;
}

.rightsidelist li .d-greytext {
  color: #3c4758;
}

.navigationlinks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigationlinks li a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0px;
  color: #757988;
  display: block;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 16px;
}

.navigationlinks li a.active {
  background: #fafafa;
  border-radius: 4px;
  color: #072AC8;
}

.sticyheader {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 2;
}

.sticysidebar {
  /*position:-webkit-sticky;*/
  position: sticky;
  left: 0;
  top: 102px;
}

.sticysidebar.righsidesticy {
  /*min-height: calc( 100vh - 84px); display:flex; flex-direction: column; justify-content: space-between; top:84px; */
}

@media (max-width: 991px) {
  .sticysidebar {
    position: relative;
    top: 10px;
  }
}

.row.lesspaddingspace {
  margin-left: -5px;
  margin-right: -5px;
}

.row.lesspaddingspace > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.heading-title {
  text-align: center;
  font-weight: 600;
  color: #757988;
  font-size: 16px;
  position: relative;
}

.heading-title span {
  background: #fafafa;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.heading-title:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ff6f95;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rtodetials h4 {
  font-size: 12px;
  font-weight: 700;
  color: #3c4758;
}

.rtodetials ul {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.rtodetials ul li {
  background: #fdfdfd;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.rtodetials ul li a {
  font-size: 14px;
  color: #757988;
  border: 1px solid #757988;
  border-radius: 2px;
  display: block;
  white-space: nowrap;
  padding: 5px 8px;
  line-height: normal;
}

.manufacturerdiv {
  background: #ffffff;
  border: 1px solid #4e5257;
  border-radius: 4px;
  padding: 5px;
  display: inline-flex;
}

.manufacturerdiv .md-whiteframe-1dp,
.manufacturerdiv .md-whiteframe-z1 {
  box-shadow: none;
}

.manufacturerdiv md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
  display: none;
}

.manufactruredetails .imgcontainer {
  border: 1px solid #efefef;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 2px;
  opacity: 1;
  width: 134px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.manufactruredetails .menufacturelist {
  max-width: 134px;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}

.manufactruredetails .menufacturelist li {
  background: #fdfdfd 0% 0% no-repeat padding-box;
  border: 1px solid #757988;
  border-radius: 2px;
  opacity: 1;
  margin-bottom: 10px;
}

.manufactruredetails .menufacturelist li a {
  color: #757988;
  text-align: center;
  font-size: 14px;
}

.manufactureyear ul {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.manufactureyear ul li {
  background: #fdfdfd;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.manufactureyear ul li a {
  font-size: 14px;
  color: #757988;
  border: 1px solid #757988;
  border-radius: 2px;
  display: block;
  white-space: nowrap;
  padding: 5px 10px;
  line-height: normal;
}

.manufactureyear ul li a:hover {
  background: #072AC8;
  color: #fff;
  border-color: #fff;
}

.inlineradiobtn md-radio-button {
  display: inline-block;
}

.policyfor .bdrbg {
  background: #fafafa;
  border: 1px solid #efefef;
  border-radius: 6px;
}

.policyfor .modal-content {
  padding: 18px 35px;
  border-radius: 10px 10px 0px 0px;
  border-radius: 10px;
  box-shadow: 2px 2px 18px #0000004d;
  box-shadow: 2px 2px 18px #0000004d;
}

.policyfor .forpolicytab ul {
  background: #efefef;
  padding: 8px;
  border-radius: 6px;
}

.policyfor .forpolicytab ul li {
  margin-left: -15px;
  /* &:first-child{ a{ border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; }   } */
}

.policyfor .forpolicytab ul li:first-child {
  margin-left: 0px;
}

.policyfor .forpolicytab ul li a {
  background: #ffffff;
  box-shadow: 0px 3px 10px #3c47580d;
  border-radius: 4px;
  border: 0;
  padding-left: 36px;
  padding-right: 36px;
  font-weight: 600;
  font-size: 16px;
  color: #3c4758;
}

.policyfor .forpolicytab ul li a.active {
  box-shadow: 0px 3px 6px #072AC833;
  border: 1px solid #072AC8;
  position: relative;
  z-index: 2;
}

.policyfor .subhead {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #072AC8;
  position: relative;
  padding-left: 20px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.policyfor .subhead:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 3px;
  height: 100%;
  background: #F99E36;
}

.policyfor .plusminusdiv {
  border: 1px solid #a3a8b1;
  border-radius: 4px;
  height: 38px;
  overflow: hidden;
}

.policyfor .plusminusdiv .rdbtn {
  border: 0;
}

.policyfor .plusminusdiv .valuecontainer {
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #191a1a;
}

.policyfor .minuscl {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #a3a8b1;
  text-align: center;
  line-height: 16px;
  border-radius: 100%;
  float: left;
  margin-right: 5px;
}

.policyfor .removecl {
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #a3a8b1;
  display: flex;
  align-items: center;
}

.policyfor .removecontent {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  color: #4e5257;
}

@media (min-width: 768px) {
  .policyfor .removecontent {
    padding-left: 34px;
  }
}

.policyfor .child-option {
  max-width: 320px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.policyfor .child-option label {
  font-weight: 700;
  font-size: 16px;
  color: #3c4758;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.policyfor .checkboxcontainer {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #757988;
  max-width: 158px;
  width: 100%;
}

.policyfor .checkboxcontainer .custom-control {
  padding-left: 2rem;
}

.policyfor .checkboxcontainer .custom-control-label::after {
  left: -2rem;
}

.policyfor .checkboxcontainer .custom-control-label::before {
  left: -2rem;
}

.policyfor .childtext-container {
  max-width: 126px;
  width: 100%;
}

.policyfor .disalignment {
  box-shadow: 0px 3px 10px #3c47580d !important;
  margin-top: 16px;
  border: 1px solid #efefef;
  border-radius: 6px;
}

.policyfor .disalignment .subhead {
  width: 100%;
  float: left;
}

.policyfor .custom-select {
  width: 124px;
  height: 38px;
}

.policyfor .custominput {
  max-width: 245px;
  width: 100%;
}

.policyfor .btn-close {
  border: 1px solid #3c4758;
  padding: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  /*right:-24px; top:-24px; */
  right: -18px;
  top: -18px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .policyfor .btn-close {
    right: 0px;
    top: 0px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding: 5px;
    cursor: pointer;
  }
}

.extended-btn-cl, .logindiv .bluebtn, .user-reg .bluebtn, .dashboard .bluebtn, .pospage .bluebtn {
  background: #ffffff;
  border-radius: 4px;
  min-width: 124px;
  height: 46px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0px;
  color: #072AC8;
  padding: 8px 35px;
  position: relative;
  box-shadow: 1px 2px 10px #072AC81c;
  border: 1px solid #072AC8;
}

.extended-btn-cl span, .logindiv .bluebtn span, .user-reg .bluebtn span, .dashboard .bluebtn span, .pospage .bluebtn span {
  overflow: hidden;
}

.extended-btn-cl span:after, .logindiv .bluebtn span:after, .user-reg .bluebtn span:after, .dashboard .bluebtn span:after, .pospage .bluebtn span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-blue.svg) no-repeat scroll center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.extended-btn-cl:hover, .logindiv .bluebtn:hover, .user-reg .bluebtn:hover, .dashboard .bluebtn:hover, .pospage .bluebtn:hover {
  color: #072AC8;
}

.extended-btn-cl:hover span:after, .logindiv .bluebtn:hover span:after, .user-reg .bluebtn:hover span:after, .dashboard .bluebtn:hover span:after, .pospage .bluebtn:hover span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-blue.svg) no-repeat scroll center center;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

@media (max-width: 767px) {
  .extended-btn-cl, .logindiv .bluebtn, .user-reg .bluebtn, .dashboard .bluebtn, .pospage .bluebtn {
    padding: 8px 20px;
  }
}

.editdetail, .emailpop {
  font-size: 12px;
}

.editdetail .form-control, .emailpop .form-control {
  border: 1px solid #4e5257;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #4e5257;
  border-radius: 4px;
  font-size: 14px;
}

.editdetail .form-control:focus, .emailpop .form-control:focus {
  box-shadow: 1px 2px 6px #3c475829;
}

.insurance-comp-list {
  font-size: 13px;
}

.low-high-share {
  font-size: 13px;
}

.low-high-share .pinktext {
  font-size: 13px;
}

.innerpage-content {
  font-size: 0.875rem;
}

.innerpage-content .borderdiv {
  padding-left: 30px;
  padding-right: 30px;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 2px;
}

.innerpage-content .disc {
  list-style: none;
  padding: 0;
}

.innerpage-content .disc li {
  font-size: 13px;
  position: relative;
  padding-left: 25px;
}

.innerpage-content .disc li:before {
  transform: rotate(180deg);
  content: " ";
  width: 15px;
  height: 15px;
  background: url(../img/svg/backarrow.svg) no-repeat scroll 0 0;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: contain;
}

.innerpage-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #072AC8;
  margin-bottom: 20px;
  position: relative;
}

.innerpage-content h2:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #F99E36;
}

.innerpage-content .backarrow {
  font-size: 14px;
  font-weight: 600;
  color: #757988;
  padding-left: 12px;
  position: relative;
}

.innerpage-content .backarrow:before {
  content: " ";
  background: url("../img/svg/backarrow.svg") no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -10px;
  top: 50%;
  background-size: cover;
  transform: translateY(-50%);
}

.bxcl {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.searchlable {
  position: absolute;
  z-index: 5;
  left: 24px;
  top: 6px;
  margin: 0;
}

.searchbox {
  border-color: #757988;
}

.propertyimg-ext:before, .img-block.property-img:before {
  background: url(../img/svg/property-insurance.svg) no-repeat scroll center center;
  background-size: contain;
}

.propertyimg-ext:after, .img-block.property-img:after {
  background: url(../img/svg/property-insurance-hover.svg) no-repeat scroll center center;
  background-size: contain;
}

.group-health-ext:before, .img-block.group-health-img:before {
  background: url(../img/svg/group-health.svg) no-repeat scroll center center;
  background-size: contain;
}

.group-health-ext:after, .img-block.group-health-img:after {
  background: url(../img/svg/group-health-hover.svg) no-repeat scroll center center;
  background-size: contain;
}

.workmen-comp-ext:before, .img-block.workmen-comp:before {
  background: url(../img/svg/workmen-copmasation.svg) no-repeat scroll center center;
  background-size: contain;
}

.workmen-comp-ext:after, .img-block.workmen-comp:after {
  background: url(../img/svg/workmen-copmasation-hover.svg) no-repeat scroll center center;
  background-size: contain;
}

.maring-insurance-ext:before, .img-block.maring-insurance:before {
  background: url(../img/svg/marine.svg) no-repeat scroll center center;
  background-size: contain;
}

.maring-insurance-ext:after, .img-block.maring-insurance:after {
  background: url(../img/svg/marine-hover.svg) no-repeat scroll center center;
  background-size: contain;
}

.pro-ca-ext:before, .img-block.pro-ca:before {
  background: url(../img/svg/pro-identity-ca.svg) no-repeat scroll center center;
  background-size: contain;
}

.pro-ca-ext:after, .img-block.pro-ca:after {
  background: url(../img/svg/pro-identity-ca-hover.svg) no-repeat scroll center center;
  background-size: contain;
}

.pro-doc-ext:before, .img-block.pro-doc:before {
  background: url(../img/svg/pro-identity-doctor.svg) no-repeat scroll center center;
  background-size: contain;
}

.pro-doc-ext:after, .img-block.pro-doc:after {
  background: url(../img/svg/pro-identity-doctor-hover.svg) no-repeat scroll center center;
  background-size: contain;
}

.img-block {
  width: 75px;
  min-height: 69px;
  position: relative;
  overflow: hidden;
  display: flex;
}

.img-block:before {
  transition: all ease-in 0.3s;
  content: ' ';
  background-size: contain;
  transform: translate(0, 0);
  position: absolute;
  width: 75px;
  height: 69px;
}

.img-block:after {
  transition: all ease-in 0.3s;
  content: ' ';
  background-size: contain;
  transform: translate(-100%, 0);
  position: absolute;
  width: 75px;
  height: 69px;
}

.dashboard {
  font-size: 14px;
  /* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
}

.dashboard .p-btn {
  background: #F99E36;
  color: #fff;
}

.dashboard .p-btn:hover {
  background: #F99E36;
}

.dashboard .progress {
  height: 1rem;
}

.dashboard .dateinput {
  height: 35px;
  border-radius: 0;
}

.dashboard .dateinput {
  background: #fff;
}

.dashboard .dateinput .form-control {
  border: 0 !important;
}

.dashboard .dateinput .input-group-append .input-group-text {
  border: 0;
}

.dashboard .dateinput .input-group-append .input-group-text img {
  width: 14px;
}

.dashboard .posreporttop md-autocomplete {
  height: 36px;
}

.dashboard .posreporttop md-autocomplete md-autocomplete-wrap {
  height: 36px;
}

.dashboard .posreporttop md-autocomplete input:not(.md-input) {
  height: 36px;
}

.dashboard .posreporttop .autocompletecontainer .md-whiteframe-z1 {
  box-shadow: none;
  border: 1px solid #757988;
}

.dashboard .posreporttop .autocompletecontainer md-autocomplete md-autocomplete-wra {
  height: 36px;
}

.dashboard .custom-select {
  border: 1px solid #757988;
  border-radius: 2px !important;
  height: 35px;
}

.dashboard label {
  color: #3C4758;
  font-weight: 700;
}

.dashboard .custommrglable {
  margin-bottom: 8px;
}

.dashboard .custommrg {
  margin-top: 32px;
}

.dashboard .form-control {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #191A1A;
  background: #FFFFFF;
  border: 1px solid #757988;
  border-radius: 2px;
}

.dashboard .form-control:focus {
  box-shadow: none;
  border-color: #072AC8;
}

.dashboard .borderdiv {
  background: #FFFFFF;
  border: 1px solid #D9DEE6;
  border-radius: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.dashboard .borderdiv h2 {
  font-size: 24px;
  font-weight: 600;
  color: #072AC8;
  margin-bottom: 20px;
  position: relative;
}

.dashboard .borderdiv h2:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #F99E36;
}

.dashboard .ui-select-search {
  border: 0;
}

.dashboard .select2 > .select2-choice.ui-select-match {
  /* Because of the inclusion of Bootstrap */
  height: 29px;
}

.dashboard .selectize-control > .selectize-dropdown {
  top: 36px;
}

.dashboard .select-box {
  background: #fff;
  position: relative;
  z-index: 1;
}

.dashboard .alert-info.positioned {
  margin-top: 1em;
  position: relative;
  z-index: 10000;
  /* The select2 dropdown has a z-index of 9999 */
}

.dashboard .ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
  display: block;
  width: 100%;
}

.dashboard .ui-select-container {
  height: auto !important;
}

.dashboard span.ui-select-match {
  padding: 0px;
}

.dashboard span.ui-select-match > span {
  padding: 5px;
}

.dashboard span.ui-select-match-item.btn.btn-default.btn-xs {
  color: #fff;
  background: #FF4141;
  border-radius: 0;
  font-size: 12px;
  margin-bottom: 5px;
}

.dashboard .ui-select-choices {
  max-height: 200px;
  overflow-y: scroll;
}

.dashboard .ui-select-choices-row {
  padding: 5px 10px;
}

.dashboard .ui-select-bootstrap .ui-select-choices-row.active {
  background: #393B3E;
}

.dashboard .ui-select-bootstrap .ui-select-choices-row.active > span {
  background: #393B3E;
  color: #fff;
}

.dashboard span.close.ui-select-match-close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 16px !important;
}

.dashboard .datepickerdiv-cl .input-group-btn, .dashboard .dateinput .input-group-btn, .dashboard .dashboard .input-group-btn {
  position: absolute;
  right: 1px;
  top: 4px;
}

.dashboard .datepickerdiv-cl .input-group-btn .btn:focus, .dashboard .dateinput .input-group-btn .btn:focus, .dashboard .dashboard .input-group-btn .btn:focus, .dashboard .datepickerdiv-cl .input-group-btn .btn.focus, .dashboard .dateinput .input-group-btn .btn.focus, .dashboard .dashboard .input-group-btn .btn.focus {
  box-shadow: none;
}

.dashboard .datepickerdiv-cl .btn-secondary, .dashboard .dateinput .btn-secondary, .dashboard .dashboard .btn-secondary {
  background: #fff;
  border: #fff;
  color: #000;
}

.dashboard .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled):active, .dashboard .dateinput .btn-secondary:not(:disabled):not(.disabled):active, .dashboard .dashboard .btn-secondary:not(:disabled):not(.disabled):active, .dashboard .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled).active, .dashboard .dateinput .btn-secondary:not(:disabled):not(.disabled).active, .dashboard .dashboard .btn-secondary:not(:disabled):not(.disabled).active, .dashboard .datepickerdiv-cl .btn-secondary.dropdown-toggle, .dashboard .dateinput .btn-secondary.dropdown-toggle, .dashboard .dashboard .btn-secondary.dropdown-toggle {
  background: #072AC8;
  border-radius: 100%;
}

.dashboard .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled):active .text-info, .dashboard .dateinput .btn-secondary:not(:disabled):not(.disabled):active .text-info, .dashboard .dashboard .btn-secondary:not(:disabled):not(.disabled):active .text-info, .dashboard .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled).active .text-info, .dashboard .dateinput .btn-secondary:not(:disabled):not(.disabled).active .text-info, .dashboard .dashboard .btn-secondary:not(:disabled):not(.disabled).active .text-info, .dashboard .datepickerdiv-cl .btn-secondary.dropdown-toggle .text-info, .dashboard .dateinput .btn-secondary.dropdown-toggle .text-info, .dashboard .dashboard .btn-secondary.dropdown-toggle .text-info {
  color: #fff !important;
}

.dashboard .datepickerdiv-cl .btn-secondary .text-info, .dashboard .dateinput .btn-secondary .text-info, .dashboard .dashboard .btn-secondary .text-info {
  color: #000 !important;
}

.dashboard .datepickerdiv-cl .btn-secondary:focus, .dashboard .dateinput .btn-secondary:focus, .dashboard .dashboard .btn-secondary:focus, .dashboard .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled):active:focus, .dashboard .dateinput .btn-secondary:not(:disabled):not(.disabled):active:focus, .dashboard .dashboard .btn-secondary:not(:disabled):not(.disabled):active:focus, .dashboard .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled).active:focus, .dashboard .dateinput .btn-secondary:not(:disabled):not(.disabled).active:focus, .dashboard .dashboard .btn-secondary:not(:disabled):not(.disabled).active:focus, .dashboard .datepickerdiv-cl .btn-secondary.dropdown-toggle:focus, .dashboard .dateinput .btn-secondary.dropdown-toggle:focus, .dashboard .dashboard .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
  background: #072AC8;
  color: #fff;
}

.dashboard .datepickerdiv-cl .btn-secondary:focus svg, .dashboard .dateinput .btn-secondary:focus svg, .dashboard .dashboard .btn-secondary:focus svg, .dashboard .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled):active:focus svg, .dashboard .dateinput .btn-secondary:not(:disabled):not(.disabled):active:focus svg, .dashboard .dashboard .btn-secondary:not(:disabled):not(.disabled):active:focus svg, .dashboard .datepickerdiv-cl .btn-secondary:not(:disabled):not(.disabled).active:focus svg, .dashboard .dateinput .btn-secondary:not(:disabled):not(.disabled).active:focus svg, .dashboard .dashboard .btn-secondary:not(:disabled):not(.disabled).active:focus svg, .dashboard .datepickerdiv-cl .btn-secondary.dropdown-toggle:focus svg, .dashboard .dateinput .btn-secondary.dropdown-toggle:focus svg, .dashboard .dashboard .btn-secondary.dropdown-toggle:focus svg {
  fill: #fff;
}

.dashboard .orangebtn, .dashboard .small-btn {
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  background: #072AC8;
  text-transform: uppercase;
  padding: 8px 15px;
  font-weight: 400;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
}

.dashboard .orangebtn:hover, .dashboard .small-btn:hover, .dashboard .orangebtn:focus, .dashboard .small-btn:focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(241, 80, 26, 0.25);
}

.dashboard .custom-control-input:checked ~ .custom-control-label::before {
  background: #072AC8;
  border-color: #072AC8;
  /*box-shadow:0 5px 5px #ffd4d2;*/
  border-radius: 100%;
}

.dashboard a {
  color: #072AC8;
}

.dashboard .dashboard-index [class*="col-"] {
  display: flex;
}

.dashboard .dashboard-index a {
  color: #949494;
  padding: 10px;
  position: relative;
  padding-top: 50px;
  border: 1px solid rgba(148, 148, 148, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-bottom: 15px;
}

.dashboard .dashboard-index a span {
  flex: 1 1 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding-top: 10px;
}

.dashboard .dashboard-index a.active {
  background: #F99E36;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dashboard .dashboard-index a:before {
  max-width: 55px;
  max-height: 38px;
  top: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.dashboard .dashboard-index a:hover, .dashboard .dashboard-index a:focus {
  background: #F99E36;
  color: #fff;
}

.dashboard .carimg:before {
  content: url("../img/dash-car-grey.png");
}

.dashboard .carimg.active:before {
  content: url("../img/dash-car-wh.png");
}

.dashboard .carimg:hover:before, .dashboard .carimg:focus:before {
  content: url("../img/dash-car-wh.png");
}

.dashboard .twowheelerimg:before {
  content: url("../img/dash-bike-grey.png");
}

.dashboard .twowheelerimg.active:before {
  content: url("../img/dash-bike-wh.png");
}

.dashboard .twowheelerimg:hover:before, .dashboard .twowheelerimg:focus:before {
  content: url("../img/dash-bike-wh.png");
}

.dashboard .healthimg:before {
  content: url("../img/dash-health-grey.png");
}

.dashboard .healthimg.active:before {
  content: url("../img/dash-health-wh.png");
}

.dashboard .healthimg:hover:before, .dashboard .healthimg:focus:before {
  content: url("../img/dash-health-wh.png");
}

.dashboard .travelimg:before {
  content: url("../img/dash-travel-grey.png");
}

.dashboard .travelimg.active:before {
  content: url("../img/dash-travel-wh.png");
}

.dashboard .travelimg:hover:before, .dashboard .travelimg:focus:before {
  content: url("../img/dash-travel-wh.png");
}

.dashboard .lifeimg:before {
  content: url("../img/dash-life-grey.png");
}

.dashboard .lifeimg.active:before {
  content: url("../img/dash-life-wh.png");
}

.dashboard .lifeimg:hover:before, .dashboard .lifeimg:focus:before {
  content: url("../img/dash-life-wh.png");
}

.dashboard .paimg:before {
  content: url("../img/dash-pa-grey.png");
}

.dashboard .paimg.active:before {
  content: url("../img/dash-pa-wh.png");
}

.dashboard .paimg:hover:before, .dashboard .paimg:focus:before {
  content: url("../img/dash-pa-wh.png");
}

.dashboard .liabilityimg:before {
  content: url("../img/dash-liability-grey.png");
}

.dashboard .liabilityimg.active:before {
  content: url("../img/dash-liability-wh.png");
}

.dashboard .liabilityimg:hover:before, .dashboard .liabilityimg:focus:before {
  content: url("../img/dash-liability-wh.png");
}

.dashboard .propertyimg:before {
  content: url("../img/dash-property-grey.png");
}

.dashboard .propertyimg.active:before {
  content: url("../img/dash-property-wh.png");
}

.dashboard .propertyimg:hover:before, .dashboard .propertyimg:focus:before {
  content: url("../img/dash-property-wh.png");
}

.dashboard .menusidebar {
  border-right: 1px solid rgba(148, 148, 148, 0.2);
  padding-bottom: 50px;
  background: #fff;
}

@media (min-width: 1200px) {
  .dashboard .menusidebar {
    width: 272px !important;
  }
}

@media (min-width: 992px) {
  .dashboard .menusidebar {
    width: 260px;
  }
}

.dashboard .menusidebar .card-header {
  padding: 0;
  border-bottom: 1px solid #D9DEE6;
}

.dashboard .menusidebar .card-header h4 {
  margin: 0;
}

.dashboard .menusidebar .card-header h4 a {
  display: block;
  padding: 12px 10px 12px 80px;
}

.dashboard .menusidebar .card {
  border-radius: 0;
  border: 0;
}

.dashboard .menusidebar .card-header {
  background: #fff;
  border-radius: 0;
}

.dashboard .menusidebar .editdiv {
  padding: 25px 0;
}

.dashboard .menusidebar .editdiv .userimg {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #eaeaea;
  overflow: hidden;
  margin: 0 auto;
}

.dashboard .menusidebar .editdiv .usertitile {
  font-weight: 600;
  color: #000;
  margin: 10px 0 0 0;
}

.dashboard .extendlinkcl h5, .dashboard .pro h5, .dashboard .report h5, .dashboard .uitility h5, .dashboard .finaltest h5, .dashboard .revisiontest h5, .dashboard .certi h5, .dashboard .posexam h5, .dashboard .postraining h5, .dashboard .doc h5, .dashboard .posstatus h5, .dashboard .modulelink h5, .dashboard .user h5, .dashboard .changepass h5 {
  margin: 0;
}

.dashboard .extendlinkcl h5 a, .dashboard .pro h5 a, .dashboard .report h5 a, .dashboard .uitility h5 a, .dashboard .finaltest h5 a, .dashboard .revisiontest h5 a, .dashboard .certi h5 a, .dashboard .posexam h5 a, .dashboard .postraining h5 a, .dashboard .doc h5 a, .dashboard .posstatus h5 a, .dashboard .modulelink h5 a, .dashboard .user h5 a, .dashboard .changepass h5 a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 50px;
  color: #fff;
  font-size: 1rem;
}

.dashboard .extendlinkcl h5 a:before, .dashboard .pro h5 a:before, .dashboard .report h5 a:before, .dashboard .uitility h5 a:before, .dashboard .finaltest h5 a:before, .dashboard .revisiontest h5 a:before, .dashboard .certi h5 a:before, .dashboard .posexam h5 a:before, .dashboard .postraining h5 a:before, .dashboard .doc h5 a:before, .dashboard .posstatus h5 a:before, .dashboard .modulelink h5 a:before, .dashboard .user h5 a:before, .dashboard .changepass h5 a:before {
  position: absolute;
  transform: translateY(-50%) scale(0.5);
  top: 50%;
  left: 0px;
}

.dashboard .extendlinkcl h5 a:hover, .dashboard .pro h5 a:hover, .dashboard .report h5 a:hover, .dashboard .uitility h5 a:hover, .dashboard .finaltest h5 a:hover, .dashboard .revisiontest h5 a:hover, .dashboard .certi h5 a:hover, .dashboard .posexam h5 a:hover, .dashboard .postraining h5 a:hover, .dashboard .doc h5 a:hover, .dashboard .posstatus h5 a:hover, .dashboard .modulelink h5 a:hover, .dashboard .user h5 a:hover, .dashboard .changepass h5 a:hover {
  background: #F99E36;
  color: #fff;
}

.dashboard .extendlinkcl h5 a:hover span, .dashboard .pro h5 a:hover span, .dashboard .report h5 a:hover span, .dashboard .uitility h5 a:hover span, .dashboard .finaltest h5 a:hover span, .dashboard .revisiontest h5 a:hover span, .dashboard .certi h5 a:hover span, .dashboard .posexam h5 a:hover span, .dashboard .postraining h5 a:hover span, .dashboard .doc h5 a:hover span, .dashboard .posstatus h5 a:hover span, .dashboard .modulelink h5 a:hover span, .dashboard .user h5 a:hover span, .dashboard .changepass h5 a:hover span {
  color: #fff;
}

.dashboard .extendlinkcl h5 a span, .dashboard .pro h5 a span, .dashboard .report h5 a span, .dashboard .uitility h5 a span, .dashboard .finaltest h5 a span, .dashboard .revisiontest h5 a span, .dashboard .certi h5 a span, .dashboard .posexam h5 a span, .dashboard .postraining h5 a span, .dashboard .doc h5 a span, .dashboard .posstatus h5 a span, .dashboard .modulelink h5 a span, .dashboard .user h5 a span, .dashboard .changepass h5 a span {
  width: 100%;
  color: #072AC8;
}

.dashboard .extendlinkcl h5 a span i, .dashboard .pro h5 a span i, .dashboard .report h5 a span i, .dashboard .uitility h5 a span i, .dashboard .finaltest h5 a span i, .dashboard .revisiontest h5 a span i, .dashboard .certi h5 a span i, .dashboard .posexam h5 a span i, .dashboard .postraining h5 a span i, .dashboard .doc h5 a span i, .dashboard .posstatus h5 a span i, .dashboard .modulelink h5 a span i, .dashboard .user h5 a span i, .dashboard .changepass h5 a span i {
  float: right;
}

.dashboard .extendlinkcl h5 a.active, .dashboard .pro h5 a.active, .dashboard .report h5 a.active, .dashboard .uitility h5 a.active, .dashboard .finaltest h5 a.active, .dashboard .revisiontest h5 a.active, .dashboard .certi h5 a.active, .dashboard .posexam h5 a.active, .dashboard .postraining h5 a.active, .dashboard .doc h5 a.active, .dashboard .posstatus h5 a.active, .dashboard .modulelink h5 a.active, .dashboard .user h5 a.active, .dashboard .changepass h5 a.active {
  background: #F99E36;
  color: #fff;
}

.dashboard .extendlinkcl h5 a.active span, .dashboard .pro h5 a.active span, .dashboard .report h5 a.active span, .dashboard .uitility h5 a.active span, .dashboard .finaltest h5 a.active span, .dashboard .revisiontest h5 a.active span, .dashboard .certi h5 a.active span, .dashboard .posexam h5 a.active span, .dashboard .postraining h5 a.active span, .dashboard .doc h5 a.active span, .dashboard .posstatus h5 a.active span, .dashboard .modulelink h5 a.active span, .dashboard .user h5 a.active span, .dashboard .changepass h5 a.active span {
  color: #fff;
}

.dashboard .extendlinkcl .card-body, .dashboard .pro .card-body, .dashboard .report .card-body, .dashboard .uitility .card-body, .dashboard .finaltest .card-body, .dashboard .revisiontest .card-body, .dashboard .certi .card-body, .dashboard .posexam .card-body, .dashboard .postraining .card-body, .dashboard .doc .card-body, .dashboard .posstatus .card-body, .dashboard .modulelink .card-body, .dashboard .user .card-body, .dashboard .changepass .card-body {
  background: #393B3E;
  /*padding:10px 10px 10px 40px;*/
  padding: 0;
}

.dashboard .pro a {
  background: #fff;
}

.dashboard .pro a:before {
  content: url(../img/dash-pro.png);
}

.dashboard .pro a:hover:before {
  content: url(../img/dash-pro-wh.png);
}

.dashboard .pro a.active:before {
  content: url(../img/dash-pro-wh.png);
}

.dashboard .pro.active:before {
  content: url(../img/dash-pro-wh.png);
}

.dashboard .pro.active:hover:before {
  content: url(../img/dash-pro-wh.png);
}

.dashboard .report a {
  background: #fff;
}

.dashboard .report a:before {
  content: url(../img/dash-report.png);
}

.dashboard .report a:hover:before {
  content: url(../img/dash-report-wh.png);
}

.dashboard .report a.active:before {
  content: url(../img/dash-report-wh.png);
}

.dashboard .report.active:before {
  content: url(../img/dash-report-wh.png);
}

.dashboard .report.active:hover:before {
  content: url(../img/dash-report-wh.png);
}

.dashboard .report.card-open h5 a {
  background: #F99E36;
  color: #fff;
}

.dashboard .report.card-open h5 a:before {
  content: url(../img/dash-report-wh.png);
}

.dashboard .report.card-open h5 a span {
  color: #fff;
}

.dashboard .uitility a {
  background: #fff;
}

.dashboard .uitility a:before {
  content: url(../img/utility_normal.png);
}

.dashboard .uitility a:hover:before {
  content: url(../img/utility_hover.png);
}

.dashboard .uitility a.active:before {
  content: url(../img/utility_hover.png);
}

.dashboard .uitility.active:before {
  content: url(../img/utility_hover.png);
}

.dashboard .uitility.active:hover:before {
  content: url(../img/utility_hover.png);
}

.dashboard .uitility.card-open h5 a {
  background: #F99E36;
  color: #fff;
}

.dashboard .uitility.card-open h5 a:before {
  content: url(../img/utility_hover.png);
}

.dashboard .uitility.card-open h5 a span {
  color: #fff;
}

.dashboard .finaltest a {
  background: #fff;
}

.dashboard .finaltest a:before {
  content: url(../img/dashboard-finaltest.png);
}

.dashboard .finaltest a:hover:before {
  content: url(../img/dashboard-finaltest-sel.png);
}

.dashboard .finaltest a.active:before {
  content: url(../img/dashboard-finaltest-sel.png);
}

.dashboard .finaltest.active:before {
  content: url(../img/dashboard-finaltest-sel.png);
}

.dashboard .finaltest.active:hover:before {
  content: url(../img/dashboard-finaltest-sel.png);
}

.dashboard .revisiontest a {
  background: #fff;
}

.dashboard .revisiontest a:before {
  content: url(../img/dashboard-test.png);
}

.dashboard .revisiontest a:hover:before {
  content: url(../img/dashboard-test-sel.png);
}

.dashboard .revisiontest a.active:before {
  content: url(../img/dashboard-test-sel.png);
}

.dashboard .revisiontest.active:before {
  content: url(../img/dashboard-test-sel.png);
}

.dashboard .revisiontest.active:hover:before {
  content: url(../img/dashboard-test-sel.png);
}

.dashboard .certi a {
  background: #fff;
}

.dashboard .certi a:before {
  content: url(../img/dashboard-certi.png);
}

.dashboard .certi a:hover:before {
  content: url(../img/dashboard-certi-sel.png);
}

.dashboard .certi a.active:before {
  content: url(../img/dashboard-certi-sel.png);
}

.dashboard .certi.active:before {
  content: url(../img/dashboard-certi-sel.png);
}

.dashboard .certi.active:hover:before {
  content: url(../img/dashboard-certi-sel.png);
}

.dashboard .posexam a {
  background: #fff;
}

.dashboard .posexam a:before {
  content: url(../img/posexam.png);
}

.dashboard .posexam a:hover:before {
  content: url(../img/posexam-sel.png);
}

.dashboard .posexam a.active:before {
  content: url(../img/posexam-sel.png);
}

.dashboard .posexam.active:before {
  content: url(../img/posexam-sel.png);
}

.dashboard .posexam.active:hover:before {
  content: url(../img/posexam-sel.png);
}

.dashboard .postraining a {
  background: #fff;
}

.dashboard .postraining a:before {
  content: url(../img/postraining.png);
}

.dashboard .postraining a:hover:before {
  content: url(../img/postraining-sel.png);
}

.dashboard .postraining a.active:before {
  content: url(../img/postraining-sel.png);
}

.dashboard .postraining.active:before {
  content: url(../img/postraining-sel.png);
}

.dashboard .postraining.active:hover:before {
  content: url(../img/postraining-sel.png);
}

.dashboard .doc a {
  background: #fff;
}

.dashboard .doc a:before {
  content: url(../img/document.png);
}

.dashboard .doc a:hover:before {
  content: url(../img/document-sel.png);
}

.dashboard .doc a.active:before {
  content: url(../img/document-sel.png);
}

.dashboard .doc.active:before {
  content: url(../img/document-sel.png);
}

.dashboard .doc.active:hover:before {
  content: url(../img/document-sel.png);
}

.dashboard .posstatus a {
  background: #fff;
}

.dashboard .posstatus a:before {
  content: url(../img/pos-status.png);
}

.dashboard .posstatus a:hover:before {
  content: url(../img/pos-status-sel.png);
}

.dashboard .posstatus a.active:before {
  content: url(../img/pos-status-sel.png);
}

.dashboard .posstatus.active:before {
  content: url(../img/pos-status-sel.png);
}

.dashboard .posstatus.active:hover:before {
  content: url(../img/pos-status-sel.png);
}

.dashboard .modulelink a {
  background: #fff;
}

.dashboard .modulelink a:before {
  content: url(../img/dashboard-module.png);
}

.dashboard .modulelink a:hover:before {
  content: url(../img/dashboard-module-sel.png);
}

.dashboard .modulelink a.active:before {
  content: url(../img/dashboard-module-sel.png);
}

.dashboard .modulelink.active:before {
  content: url(../img/dashboard-module-sel.png);
}

.dashboard .modulelink.active:hover:before {
  content: url(../img/dashboard-module-sel.png);
}

.dashboard .modulelink.card-open h5 a {
  background: #F99E36;
  color: #fff;
}

.dashboard .modulelink.card-open h5 a:before {
  content: url(../img/dashboard-module-sel.png);
}

.dashboard .submenudiv {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard .submenudiv li a {
  font-size: 13px;
  padding: 10px 10px 10px 35px;
  color: #072AC8;
  display: block;
  border-bottom: 1px solid #D9DEE6;
}

.dashboard .submenudiv li a i {
  transition: margin ease 0.5s;
}

.dashboard .submenudiv li a:hover {
  background: #F99E36;
  color: #fff;
}

.dashboard .submenudiv li a:hover i {
  /* margin-right:20px !important;*/
  transition: margin ease 0.5s;
}

.dashboard .submenudiv li a:before {
  display: none;
}

.dashboard .user a {
  background: #fff;
}

.dashboard .user a:before {
  content: url(../img/dash-user.png);
}

.dashboard .user a:hover:before {
  content: url(../img/dash-user-wh.png);
}

.dashboard .user a.active:before {
  content: url(../img/dash-user-wh.png);
}

.dashboard .user.active:before {
  content: url(../img/dash-user-wh.png);
}

.dashboard .user.active:hover:before {
  content: url(../img/dash-user-wh.png);
}

.dashboard .changepass a {
  background: #fff;
}

.dashboard .changepass a:before {
  content: url(../img/dash-change-pass.png);
}

.dashboard .changepass a:hover:before {
  content: url(../img/dash-change-pass-wh.png);
}

.dashboard .changepass a.active:before {
  content: url(../img/dash-change-pass-wh.png);
}

.dashboard .changepass.active:before {
  content: url(../img/dash-change-pass-wh.png);
}

.dashboard .changepass.active:hover:before {
  content: url(../img/dash-change-pass-wh.png);
}

.dashboard .commercialimg:before {
  content: url("../img/commercialicon-grey.png");
}

.dashboard .commercialimg.active:before {
  content: url("../img/commercialicon-wh.png");
}

.dashboard .commercialimg:hover:before, .dashboard .commercialimg:focus:before {
  content: url("../img/commercialicon-wh.png");
}

.dashboard .underline {
  position: relative;
}

.dashboard .underline:after {
  content: '';
  height: 1px;
  background: #072AC8;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.dashboard a.inherit {
  color: inherit !important;
}

.dashboard .table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}

.dashboard .table-striped tbody tr:nth-of-type(even) {
  background: #f9f9f9;
}

.dashboard .smbox {
  min-height: 240px;
  margin: 0 auto 30px;
  border: 1px solid #D9DEE6;
  justify-content: center;
  align-items: center;
}

.dashboard .hiddentbn {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
}

.dashboard .position-rel {
  position: relative;
}

.dashboard .carddiv {
  overflow: visible;
}

.dashboard .d-box {
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.dashboard .d-box span {
  width: 100%;
  text-align: center;
}

.dashboard .bluebox {
  background: #072AC8;
}

.dashboard .orangebox {
  background: #F99E36;
}

.dashboard .gnbox {
  /*  background:$dashboard-gn;  */
}

.dashboard .border-div {
  background: #F99E36;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
  padding: 5px 10px;
}

.dashboard .quediv {
  background: #fff;
}

.dashboard .quediv:nth-child(2n+1) {
  background: #f7f7f7;
}

.dashboard .toolbar {
  padding: 10px;
  position: relative !important;
  left: 0;
  right: 0;
  top: 0;
  background: #e6e8ef !important;
  display: flex;
}

.dashboard .toolbar .bdrdiv {
  border: 1px solid #d8d8d8;
  padding: 5px;
  color: #545454;
  background: #fff;
  max-width: 165px;
  width: 100%;
}

.dashboard .toolbar .page-num {
  width: 50px;
  border: 0;
  margin-right: 2px;
  text-align: center;
}

.dashboard .toolbar .forselectbox {
  width: 50%;
}

@media (max-width: 767px) {
  .dashboard .toolbar .forselectbox {
    width: 100%;
  }
}

.dashboard .orangebtn, .dashboard .small-btn {
  color: #fff;
}

.dashboard .dateinput .form-control {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.dashboard .dateinput .input-group-append .input-group-text {
  border-width: 1px;
  border-radius: 0.25rem;
}

.dashboard .ng-table-pager {
  margin-top: 15px;
}

.dashboard .box {
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.dashboard .box span {
  width: 100%;
  text-align: center;
}

.dashboard .bluebox {
  background: #072AC8;
  box-shadow: 0px 20px 40px 0px rgba(43, 63, 84, 0.1);
}

.dashboard .redbox {
  background: #f76965;
  box-shadow: 0px 20px 40px 0px #ffd4d2;
}

.dashboard .yellowbox {
  background: #ffad01;
  box-shadow: 0px 20px 40px 0px #fff2d7;
}

.dashboard .gnbox {
  background: #8dc742;
  /*box-shadow: 0px 20px 40px 0px rgba(236, 255, 212, 1);*/
}

.dashboard .angucomplete-row {
  border-bottom: 1px solid #e3e3e3;
}

.dashboard .angucomplete-dropdown {
  width: 100%;
  margin-top: 0;
  max-height: 200px;
  overflow-y: auto;
  border-color: #ececec;
  background-color: #f8f8f8;
  /*margin-top:50px !important;*/
}

.dashboard .angucomplete-selected-row, .dashboard .angucomplete-row:hover {
  background-color: #072AC8;
  color: #ffffff;
}

.carddiv {
  border: 0;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}

.carddiv .card-header {
  background: #fff;
  /*min-height:60px;*/
}

.carddiv h3 {
  margin: 0;
  font-weight: 700;
}

.small-btn {
  height: 35px !important;
  padding: 6px 15px !important;
}

.pagination {
  margin: 15px 0 0 0;
  display: inline-flex;
}

.pagination li a {
  color: #072AC8;
  padding: 5px 8px;
  font-size: 14px;
  border: 1px solid #dee2e6;
}

.pagination li a:hover {
  background: #072AC8;
  border: 1px solid #072AC8;
  color: #fff;
}

.pagination li a:focus {
  background: #072AC8;
  border: 1px solid #072AC8;
  color: #fff;
}

.pagination li.active a {
  background: #072AC8;
  border: 1px solid #072AC8;
  color: #fff;
}

.pagination li:last-child a {
  border-radius: 0;
}

.pagination li:first-child a {
  border-radius: 0;
}

.ng-table-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.ng-table-pager .ng-table-counts button {
  color: #072AC8;
  padding: 5px 8px;
  font-size: 14px;
  border: 1px solid #dee2e6;
}

.ng-table-pager .ng-table-counts button.active {
  background: #072AC8;
  border: 1px solid #072AC8;
  color: #fff;
}

.datepickerpop .form-control {
  width: 300px;
}

.dashboard-content-data li {
  float: left;
  margin-left: 10px;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.dashboard-content-data li .valuetext {
  border: 1px solid red;
  font-size: 20px;
  color: red;
  font-weight: 700;
  border-radius: 5px;
  padding: 3px 10px;
}

.refresh-cl {
  background: #FF4141;
  color: #fff;
  border: 1px solid #FF4141;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 18px;
}

.refresh-cl i {
  font-size: 11px;
  margin-left: 5px;
}

.selcontrol {
  width: 155px;
}

.blockbg {
  background: #f7f7f7;
}

.blockbg h3 {
  float: left;
  width: 100%;
  background-color: #393B3E;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 18px;
}

.blockbg .blockcontent {
  padding: 15px;
  float: left;
  width: 100%;
}

.leftfield h3 {
  float: left;
  width: 100%;
  background-color: #393B3E;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 18px;
}

.red--btn {
  display: flex;
  border: 1px solid #FF4141;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 15px;
  background-color: #ff4141;
  color: #FFFFFF;
  text-transform: uppercase;
  align-items: center;
}

.red--btn:hover {
  color: #fff;
}

.amcharts-center-div {
  padding-left: 0 !important;
}

@media (min-width: 1200px) {
  .customwidthfordash {
    width: calc(100% - 272px);
  }
}

.pospage {
  font-size: 14px;
}

.pospage .steps-indicator {
  width: 100%;
  float: left;
  display: flex;
  margin: 0 0 20px 0;
}

.pospage .steps-indicator li {
  text-transform: uppercase;
  border-bottom: 0;
}

.pospage .steps-indicator li a {
  text-align: center;
  border-radius: 4px 4px 0 0;
}

@media (max-width: 767px) {
  .pospage .steps-indicator {
    display: none;
  }
}

.pospage .steps-indicator li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #757988 !important;
  background: #FAFAFA !important;
}

.pospage .steps-indicator li a:after {
  content: ' ';
  display: none;
}

.pospage .steps-indicator li.current a, .pospage .steps-indicator li.editing a {
  border: 1px solid #9EC9FC;
  color: #3C4758;
  position: relative;
}

.pospage .steps-indicator li.current a:after, .pospage .steps-indicator li.editing a:after {
  content: ' ';
  background: #072AC8;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: none !important;
  top: 100%;
  display: block;
}

.pospage .steps-indicator li.current a:before, .pospage .steps-indicator li.editing a:before {
  content: ' ';
  display: none;
}

.pospage .smbox {
  max-width: 240px;
  width: 100%;
  min-height: 240px;
  margin: 0 auto 45px;
  padding: 10px;
  border: 1px solid #EFEFEF;
}

.pospage .hiddentbn {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
}

.pospage .file-process {
  width: 100%;
}

@media (max-width: 767px) {
  .pospage .bluebtn {
    min-width: 110px;
  }
}

.pospage .form-control {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #191A1A;
  background: #FFFFFF;
  border: 1px solid #757988;
  border-radius: 2px;
}

.pospage .form-control:focus {
  box-shadow: none;
  border-color: #072AC8;
}

.pospage .custom-select {
  border: 1px solid #757988;
  border-radius: 0;
}

.pospage.wizardcl label {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0px;
  color: #3C4758;
  margin-bottom: 0;
  margin-left: 10px;
}

.pospage .borderdiv {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.pospage h2 {
  font-size: 24px;
  font-weight: 600;
  color: #072AC8;
  margin-bottom: 0px;
  position: relative;
}

.pospage h2:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #F99E36;
}

.pospage .dateinput {
  height: 35px;
  border-radius: 0;
}

.pospage .dateinput {
  background: #fff;
}

.pospage .dateinput .form-control {
  border: 0 !important;
}

.pospage .dateinput .input-group-append .input-group-text {
  border: 0;
}

.pospage .dateinput .input-group-append .input-group-text img {
  width: 14px;
}

.pospage .backlink {
  position: absolute;
  left: 15px;
  top: 50%;
}

.commericial-before-plan-page .selectbox {
  border: 1px solid #757988;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 46px;
  font-size: 18px;
  font-weight: 600;
}

.commericial-before-plan-page .selectbox.selectbox {
  min-width: 200px;
}

.commericial-before-plan-page .mediumwidth {
  max-width: 474px;
  width: 100%;
}

.commericial-before-plan-page .leftdiv {
  max-width: 256px;
  width: 100%;
}

.commericial-before-plan-page .middlediv {
  max-width: 766px;
  width: 100%;
  /* margin-left:300px;*/
}

@media (max-width: 767px) {
  .commericial-before-plan-page .middlediv {
    margin-left: 0;
  }
}

.commericial-before-plan-page .leftsidebar {
  /*position:fixed;*/
  max-width: 300px;
  width: 100%;
  /*top:70px;*/
  left: 0 !important;
}

.commericial-before-plan-page .leftsidebar .forteenfont {
  font-size: 14px;
  font-weight: 600;
  color: #3C4758;
}

.commericial-before-plan-page .leftsidebar .sixteenfont {
  color: #757988;
  font-size: 16px;
}

.commericial-before-plan-page .backimg {
  width: 13px;
}

.commericial-before-plan-page .greybg {
  transition: background .2s linear;
  padding: 25px;
  background: #FAFAFA;
  border-radius: 8px;
  min-height: calc(100vh - 40px);
  height: 100%;
}

.commericial-before-plan-page .block {
  padding: 70px 15px 40px;
  transition: all ease-in 0.2s;
  background: #FAFAFA;
  /*@include desktop{ padding-bottom:100px; } */
}

.commericial-before-plan-page .block h2 {
  position: relative;
  color: #1273E8;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 18px;
}

.commericial-before-plan-page .block h2:before {
  content: ' ';
  position: absolute;
  left: -38px;
  top: 0px;
  width: 4px;
  background: #F99E36;
  height: 100%;
}

@media (max-width: 639px) {
  .commericial-before-plan-page .block h2 {
    font-size: 1rem;
  }
}

.commericial-before-plan-page .block label {
  /* padding-left:35px; */
  font-weight: 600 !important;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #393B3E;
}

@media (max-width: 639px) {
  .commericial-before-plan-page .block label {
    font-size: 14px;
  }
}

.commericial-before-plan-page .block md-autocomplete {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 639px) {
  .commericial-before-plan-page .block {
    padding: 15px;
  }
}

.commericial-before-plan-page .bordercl {
  padding: 10px 15px;
  border: 1px solid #757988;
  display: inline-block;
  border-radius: 6px;
  background: #fff;
}

.commericial-before-plan-page .custom-control.custom-radio {
  margin-bottom: 20px;
  padding-left: 0;
}

.commericial-before-plan-page .biginput {
  height: 66px;
  border: 1px solid var(--unnamed-color-d9dee6);
  background: #FFFFFF;
  border: 1px solid #D9DEE6;
  border-radius: 4px;
}

.commericial-before-plan-page .smallfonts {
  font-size: 14px;
  font-weight: 600;
  color: #757988;
}

.commericial-before-plan-page .smallfonts span {
  color: #393B3E;
}

.commericial-before-plan-page .verifytext {
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
}

.commericial-before-plan-page .viewquotes {
  min-height: 66px;
  color: #fff;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #EA164F;
  border-radius: 6px;
  max-width: 282px;
  width: 100%;
}

.commericial-before-plan-page .viewquotes span {
  overflow: hidden;
}

.commericial-before-plan-page .viewquotes span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.commericial-before-plan-page .viewquotes:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.commericial-before-plan-page .btncontainer {
  padding-top: 70px;
}

.commericial-before-plan-page .fullminheight {
  min-height: calc(100vh - 40px);
}

.commericial-before-plan-page .sticydivmobile {
  padding-bottom: 5px;
  z-index: 5;
}

@media (max-width: 991px) {
  .commericial-before-plan-page .sticydivmobile {
    position: relative;
    left: 0;
    top: 0px;
    background: #fff;
  }
}

.commercial-plan-list .probtn {
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  background: transparent linear-gradient(114deg, #FF5D88 0%, #EA164F 100%);
  box-shadow: 1px 2px 10px #EA164F26;
  border: 1px solid #F99E36;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFC;
  min-width: 144px;
  position: relative;
}

@media (max-width: 567px) {
  .commercial-plan-list .probtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.commercial-plan-list .probtn span {
  overflow: hidden;
}

.commercial-plan-list .probtn span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.commercial-plan-list .probtn:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.commercial-plan-list .sm--logos .whitebg {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 1px 3px 6px #00000014 !important;
}

.commercial-plan-list .sm--logos img {
  width: 90%;
}

.commercial-plan-list .dontgetquote {
  font-size: 14px;
}

.commercial-after-plan .borderdiv {
  padding-left: 30px;
  padding-right: 30px;
}

.health-index .pincode-input {
  max-width: 300px;
  width: 100%;
}

.health-before-plan-page .healghimg {
  max-width: 130px;
}

.health-before-plan-page .selectbox {
  border: 1px solid #757988;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 46px;
  font-size: 18px;
  font-weight: 600;
}

.health-before-plan-page .mediumwidth {
  max-width: 474px;
  width: 100%;
}

.health-before-plan-page .leftdiv {
  max-width: 256px;
  width: 100%;
}

.health-before-plan-page .middlediv {
  max-width: 766px;
  width: 100%;
  /* margin-left:300px;*/
}

@media (max-width: 767px) {
  .health-before-plan-page .middlediv {
    margin-left: 0;
  }
}

.health-before-plan-page .leftsidebar {
  /*position:fixed;*/
  max-width: 300px;
  width: 100%;
  /*top:70px;*/
  left: 0 !important;
}

.health-before-plan-page .leftsidebar .forteenfont {
  font-size: 14px;
  font-weight: 600;
  color: #3c4758;
}

.health-before-plan-page .leftsidebar .sixteenfont {
  color: #757988;
  font-size: 16px;
}

.health-before-plan-page .backimg {
  width: 13px;
}

.health-before-plan-page .greybg {
  transition: background 0.2s linear;
  padding: 25px;
  background: #fafafa;
  border-radius: 8px;
  min-height: calc(100vh - 40px);
  height: 100%;
}

.health-before-plan-page .block {
  padding: 70px 15px 40px;
  transition: all ease-in 0.2s;
  background: #fafafa;
  /*@include desktop{ padding-bottom:100px; } */
}

.health-before-plan-page .block h2 {
  position: relative;
  color: #1273e8;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 18px;
}

.health-before-plan-page .block h2:before {
  content: " ";
  position: absolute;
  left: -38px;
  top: 0px;
  width: 4px;
  background: #F99E36;
  height: 100%;
}

@media (max-width: 639px) {
  .health-before-plan-page .block h2 {
    font-size: 1rem;
  }
}

.health-before-plan-page .block label {
  /* padding-left:35px; */
  font-weight: 600 !important;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #393b3e;
}

@media (max-width: 639px) {
  .health-before-plan-page .block label {
    font-size: 14px;
  }
}

.health-before-plan-page .block md-autocomplete {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 639px) {
  .health-before-plan-page .block {
    padding: 15px;
  }
}

.health-before-plan-page .sel-gender .customradiocss {
  padding-right: 10px;
  min-width: 150px;
}

.health-before-plan-page .bordercl {
  padding: 10px 15px;
  border: 1px solid #757988;
  display: inline-block;
  border-radius: 6px;
  background: #fff;
}

.health-before-plan-page .custom-control.custom-radio {
  margin-bottom: 15px;
  padding-left: 0;
}

.health-before-plan-page .biginput {
  height: 66px;
  border: 1px solid var(--unnamed-color-d9dee6);
  background: #ffffff;
  border: 1px solid #d9dee6;
  border-radius: 4px;
}

.health-before-plan-page .smallfonts {
  font-size: 14px;
  font-weight: 600;
  color: #757988;
}

.health-before-plan-page .smallfonts span {
  color: #393b3e;
}

.health-before-plan-page .verifytext {
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
}

.health-before-plan-page .viewquotes {
  min-height: 66px;
  color: #fff;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #ea164f;
  border-radius: 6px;
  max-width: 282px;
  width: 100%;
}

.health-before-plan-page .viewquotes span {
  overflow: hidden;
}

.health-before-plan-page .viewquotes span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.health-before-plan-page .viewquotes:hover span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.health-before-plan-page .btncontainer {
  padding-top: 70px;
}

.health-before-plan-page .fullminheight {
  min-height: calc(100vh - 40px);
}

.health-before-plan-page .sticydivmobile {
  padding-bottom: 5px;
  z-index: 5;
}

@media (max-width: 991px) {
  .health-before-plan-page .sticydivmobile {
    position: relative;
    left: 0;
    top: 0px;
    background: #fff;
  }
}

.health-before-plan-page .urgendertext {
  display: flex;
  color: #757988;
  font-size: 14px;
  line-height: 32px;
}

.health-before-plan-page .urgendertext .bulb {
  width: 24px;
  height: 24px;
}

.health-before-plan-page .tablecontainerdiv-container {
  max-width: 577px;
  width: 100%;
}

.health-before-plan-page .tablecontainerdiv {
  border: 1px solid #efefef;
  background: #ffffff;
  box-shadow: 0px 3px 10px #3c47580d;
  border: 1px solid #efefef;
  border-radius: 6px;
  font-size: 14px;
}

.health-before-plan-page .tablecontainerdiv .subhead {
  font-size: 18px;
}

.health-before-plan-page .sticydivmobile {
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .health-before-plan-page .sticydivmobile {
    position: sticky;
    left: 0;
    top: 62px;
    background: #fff;
  }
}

.health-before-plan-page .bdbox {
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 10px #3c47580d;
  border: 1px solid #efefef;
  border-radius: 6px;
}

.health-before-plan-page .bdbox .policyfortext {
  color: #3c4758;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #3c4758;
}

.health-before-plan-page .bdbox .btn-switch {
  position: relative;
  display: block;
  width: 50px;
  height: 6px;
  cursor: pointer;
  background-color: #D9DEE6;
  border: 2px solid #D9DEE6;
  border-radius: 40px;
  margin-top: 15px;
}

.health-before-plan-page .bdbox .btn-switch .btn-switch-circle {
  position: absolute;
  box-shadow: 0px 2px 4px #3c47584d;
  top: -9px;
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  background-color: #A3A8B1;
  border-radius: 40px;
  border: 2px solid #FFFFFC;
}

.health-before-plan-page .bdbox .btn-switch--on {
  /* background-color: #80cdbe;
      border: 2px solid #80cdbe; */
}

.health-before-plan-page .bdbox .btn-switch--on .btn-switch-circle--on {
  left: auto;
  right: 0;
  background: #1273e8;
}

.health-before-plan-page .dgreybg {
  background: #efefef;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}

.health-before-plan-page .crossbtn {
  width: 28px;
  height: 28px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #efefef;
  color: #757988;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border-radius: 100%;
}

.health-before-plan-page .bdrbox-container {
  max-width: 521px;
  width: 100%;
}

.health-before-plan-page .bdrbox {
  width: 100%;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px #3C47580D;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  margin-bottom: 12px;
}

.health-before-plan-page .bdrbox label {
  padding-left: 0;
}

.health-before-plan-page .bdrbox .dgreybg {
  background: #EFEFEF;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}

.health-before-plan-page .bdrbox .crossbtn {
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #EFEFEF;
  color: #757988;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border-radius: 100%;
}

.health-before-plan-page .bdrbox .childtext-container {
  max-width: 114px;
}

.health-plan-list .probtn {
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  /*background: transparent linear-gradient(114deg, #ff5d88 0%, #ea164f 100%);*/
  background: #F99E36;
  box-shadow: 1px 2px 10px #ea164f26;
  border: 1px solid #F99E36;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #fffffc;
  min-width: 144px;
  position: relative;
}

@media (max-width: 567px) {
  .health-plan-list .probtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.health-plan-list .probtn span {
  overflow: hidden;
}

.health-plan-list .probtn span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.health-plan-list .probtn:hover span:after {
  transition: all 0.4s;
  content: " ";
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.health-plan-list .sm--logos .whitebg {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 1px 3px 6px #00000014 !important;
}

.health-plan-list .sm--logos img {
  width: 90%;
}

.health-plan-list .dontgetquote {
  font-size: 14px;
}

.health-plan-list .bigtext {
  font-weight: 700;
  font-size: 22px;
  color: #191A1A;
}

.health-plan-list .smtext {
  font-weight: 600;
  font-size: 12px;
  color: #3C4758;
}

.health-after-plan {
  font-size: 14px;
}

.health-after-plan .borderdiv {
  padding-left: 30px;
  padding-right: 30px;
}

.health-after-plan .accordiancl .card {
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  border-radius: 4px;
}

.health-after-plan .accordiancl .card.card-open .card-header {
  background: #F99E36;
  color: #fff;
}

.health-after-plan .accordiancl .card.card-open .card-header a {
  color: #fff;
}

.health-after-plan .accordiancl .card.card-open .card-body {
  background: #fff;
}

.health-after-plan .accordiancl .card-header {
  padding: 7px 15px;
}

.health-after-plan .accordiancl .card-header a {
  display: block;
}

.health-after-plan .accordiancl .card-header a span {
  display: flex;
  justify-content: space-between;
}

.health .policygroup input[type="text"] {
  border-right: 0;
  border-radius: 4px;
}

.health .policygroup .input-group-append button {
  border-left: 0;
}

.health .policygroup button {
  border-color: #d9dee6;
  font-size: 14px;
  font-weight: 700;
  color: #1273e8;
}

.health .policygroup button:hover {
  background: transparent;
}

.health .policygroup button:focus {
  box-shadow: none !important;
  background: transparent !important;
  border-color: #d9dee6 !important;
}

.health .greybdrbtn {
  padding: 2px;
  font-size: 12px;
  font-weight: 600;
  min-width: 120px;
  width: 100%;
  height: 24px;
  border: 1px solid #d9dee6;
  border-radius: 2px;
}

.health .greybdrbtn:hover, .health .greybdrbtn:focus {
  background: #ffffff;
  border: 1px solid #072AC8;
  border-radius: 4px;
  box-shadow: none;
}

.health .hospitalicon {
  width: 16px;
}

.health .planlistsel {
  width: 152px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding: 0;
  border-color: #3c4758;
}

.health .list-group {
  margin-bottom: 5px;
}

.health .list-group-item-info {
  background: #f9f9f9;
  color: #545454;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.modal-body.mCustomScrollbar {
  height: calc(100vh - 130px);
}

.bike-before-plan-page .selectbox {
  border: 1px solid #757988;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 46px;
  font-size: 18px;
  font-weight: 600;
}

.bike-before-plan-page .mediumwidth {
  max-width: 474px;
  width: 100%;
}

.bike-before-plan-page .leftdiv {
  max-width: 256px;
  width: 100%;
}

.bike-before-plan-page .middlediv {
  max-width: 766px;
  width: 100%;
  /* margin-left:300px;*/
}

@media (max-width: 767px) {
  .bike-before-plan-page .middlediv {
    margin-left: 0;
  }
}

.bike-before-plan-page .leftsidebar {
  /*position:fixed;*/
  max-width: 300px;
  width: 100%;
  /*top:70px;*/
  left: 0 !important;
}

.bike-before-plan-page .leftsidebar .forteenfont {
  font-size: 14px;
  font-weight: 600;
  color: #3C4758;
}

.bike-before-plan-page .leftsidebar .sixteenfont {
  color: #757988;
  font-size: 16px;
}

.bike-before-plan-page .backimg {
  width: 13px;
}

.bike-before-plan-page .greybg {
  transition: background .2s linear;
  padding: 25px;
  background: #FAFAFA;
  border-radius: 8px;
  min-height: calc(100vh - 40px);
  height: 100%;
}

.bike-before-plan-page .block {
  padding: 70px 15px 40px;
  transition: all ease-in 0.2s;
  background: #FAFAFA;
  /*@include desktop{ padding-bottom:100px; } */
}

.bike-before-plan-page .block h2 {
  position: relative;
  color: #1273E8;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 18px;
}

.bike-before-plan-page .block h2:before {
  content: ' ';
  position: absolute;
  left: -38px;
  top: 0px;
  width: 4px;
  background: #F99E36;
  height: 100%;
}

@media (max-width: 639px) {
  .bike-before-plan-page .block h2 {
    font-size: 1rem;
  }
}

.bike-before-plan-page .block label {
  /* padding-left:35px; */
  font-weight: 600 !important;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #393B3E;
}

@media (max-width: 639px) {
  .bike-before-plan-page .block label {
    font-size: 14px;
  }
}

.bike-before-plan-page .block md-autocomplete {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 639px) {
  .bike-before-plan-page .block {
    padding: 15px;
  }
}

.bike-before-plan-page .bordercl {
  padding: 10px 15px;
  border: 1px solid #757988;
  display: inline-block;
  border-radius: 6px;
  background: #fff;
}

.bike-before-plan-page .custom-control.custom-radio {
  margin-bottom: 20px;
  padding-left: 0;
}

.bike-before-plan-page .biginput {
  height: 66px;
  border: 1px solid var(--unnamed-color-d9dee6);
  background: #FFFFFF;
  border: 1px solid #D9DEE6;
  border-radius: 4px;
}

.bike-before-plan-page .smallfonts {
  font-size: 14px;
  font-weight: 600;
  color: #757988;
}

.bike-before-plan-page .smallfonts span {
  color: #393B3E;
}

.bike-before-plan-page .verifytext {
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
}

.bike-before-plan-page .viewquotes {
  min-height: 66px;
  color: #fff;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #EA164F;
  border-radius: 6px;
  max-width: 282px;
  width: 100%;
}

.bike-before-plan-page .viewquotes span {
  overflow: hidden;
}

.bike-before-plan-page .viewquotes span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.bike-before-plan-page .viewquotes:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.bike-before-plan-page .btncontainer {
  padding-top: 70px;
}

.bike-before-plan-page .fullminheight {
  min-height: calc(100vh - 40px);
}

.bike-before-plan-page .sticydivmobile {
  padding-bottom: 5px;
  z-index: 5;
}

@media (max-width: 991px) {
  .bike-before-plan-page .sticydivmobile {
    position: relative;
    left: 0;
    top: 0px;
    background: #fff;
  }
}

.bike-plan-list .probtn {
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  box-shadow: 1px 2px 10px rgba(249, 158, 54, 0.2);
  border: 1px solid #F99E36;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFC;
  min-width: 144px;
  position: relative;
}

@media (max-width: 567px) {
  .bike-plan-list .probtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.bike-plan-list .probtn span {
  overflow: hidden;
}

.bike-plan-list .probtn span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.bike-plan-list .probtn:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.bike-plan-list .sm--logos .whitebg {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 1px 3px 6px #00000014 !important;
}

.bike-plan-list .sm--logos img {
  width: 90%;
}

.bike-plan-list .dontgetquote {
  font-size: 14px;
}

.bike-after-plan .borderdiv {
  padding-left: 30px;
  padding-right: 30px;
}

.car-before-plan-page.newdesign .custom-control.custom-radio {
  margin-bottom: 20px;
  padding-left: 1.5rem;
}

.car-before-plan-page.newdesign h2 {
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.car-before-plan-page.newdesign .angucontainer .angucompletecl {
  border: 1px solid  #757988;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
}

.car-before-plan-page.newdesign .steps {
  padding-top: 25px;
}

@media (max-width: 576px) {
  .car-before-plan-page.newdesign .steps-indicator {
    display: none;
  }
  .car-before-plan-page.newdesign .steps {
    padding-top: 0px;
  }
  .car-before-plan-page.newdesign .nextbtn, .car-before-plan-page.newdesign .prevbtn {
    min-width: auto;
  }
}

.car-before-plan-page .more {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.car-before-plan-page .selectbox {
  border: 1px solid #757988;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 46px;
  font-size: 18px;
  font-weight: 600;
}

.car-before-plan-page .mediumwidth {
  max-width: 474px;
  width: 100%;
}

.car-before-plan-page .leftdiv {
  max-width: 256px;
  width: 100%;
}

.car-before-plan-page .middlediv {
  max-width: 766px;
  width: 100%;
  /* margin-left:300px;*/
}

@media (max-width: 767px) {
  .car-before-plan-page .middlediv {
    margin-left: 0;
  }
}

.car-before-plan-page .leftsidebar {
  /*position:fixed;*/
  max-width: 300px;
  width: 100%;
  /*top:70px;*/
  left: 0 !important;
}

.car-before-plan-page .leftsidebar .forteenfont {
  font-size: 14px;
  font-weight: 600;
  color: #3C4758;
}

.car-before-plan-page .leftsidebar .sixteenfont {
  color: #757988;
  font-size: 16px;
}

.car-before-plan-page .backimg {
  width: 13px;
}

.car-before-plan-page .greybg {
  transition: background .2s linear;
  padding: 25px;
  background: #FAFAFA;
  border-radius: 8px;
  min-height: calc(100vh - 40px);
  height: 100%;
}

.car-before-plan-page .block {
  padding: 70px 15px 40px;
  transition: all ease-in 0.2s;
  background: #FAFAFA;
  /*@include desktop{ padding-bottom:100px; } */
}

.car-before-plan-page .block h2 {
  position: relative;
  color: #1273E8;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 18px;
}

.car-before-plan-page .block h2:before {
  content: ' ';
  position: absolute;
  left: -38px;
  top: 0px;
  width: 4px;
  background: #F99E36;
  height: 100%;
}

@media (max-width: 639px) {
  .car-before-plan-page .block h2 {
    font-size: 1rem;
  }
}

.car-before-plan-page .block label {
  /* padding-left:35px; */
  font-weight: 600 !important;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #393B3E;
}

@media (max-width: 639px) {
  .car-before-plan-page .block label {
    font-size: 14px;
  }
}

.car-before-plan-page .block md-autocomplete {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 639px) {
  .car-before-plan-page .block {
    padding: 15px;
  }
}

.car-before-plan-page .bordercl {
  padding: 10px 15px;
  border: 1px solid #757988;
  display: inline-block;
  border-radius: 6px;
  background: #fff;
}

.car-before-plan-page .custom-control.custom-radio {
  margin-bottom: 20px;
  padding-left: 0;
}

.car-before-plan-page .biginput {
  height: 66px;
  border: 1px solid var(--unnamed-color-d9dee6);
  background: #FFFFFF;
  border: 1px solid #D9DEE6;
  border-radius: 4px;
}

.car-before-plan-page .smallfonts {
  font-size: 14px;
  font-weight: 600;
  color: #757988;
}

.car-before-plan-page .smallfonts span {
  color: #393B3E;
}

.car-before-plan-page .verifytext {
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
}

.car-before-plan-page .viewquotes {
  min-height: 66px;
  color: #fff;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #EA164F;
  border-radius: 6px;
  max-width: 282px;
  width: 100%;
}

.car-before-plan-page .viewquotes span {
  overflow: hidden;
}

.car-before-plan-page .viewquotes span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.car-before-plan-page .viewquotes:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.car-before-plan-page .btncontainer {
  padding-top: 70px;
}

.car-before-plan-page .fullminheight {
  min-height: calc(100vh - 40px);
}

.car-before-plan-page .sticydivmobile {
  padding-bottom: 5px;
  z-index: 5;
}

@media (max-width: 991px) {
  .car-before-plan-page .sticydivmobile {
    position: relative;
    left: 0;
    top: 0px;
    background: #fff;
  }
}

.car-before-plan-page .prevbtn {
  background: #fff !important;
  border: 1px solid #F99E36;
  color: #F99E36;
}

.car-plan-list .probtn {
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  background: transparent linear-gradient(114deg, #FF5D88 0%, #EA164F 100%);
  box-shadow: 1px 2px 10px #EA164F26;
  border: 1px solid #F99E36;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFC;
  min-width: 144px;
  position: relative;
}

@media (max-width: 567px) {
  .car-plan-list .probtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.car-plan-list .probtn span {
  overflow: hidden;
}

.car-plan-list .probtn span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(-150%, -50%);
  opacity: 0;
}

.car-plan-list .probtn:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/double-right-arrow-1.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.car-plan-list .sm--logos .whitebg {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 1px 3px 6px #00000014 !important;
}

.car-plan-list .sm--logos img {
  width: 90%;
}

.car-plan-list .dontgetquote {
  font-size: 14px;
}

.car-after-plan .borderdiv {
  padding-left: 30px;
  padding-right: 30px;
}

.innerpagemenu .navbar-nav {
  font-size: 14px;
}

.innerpagemenu .lighttext {
  color: #757988;
}

.headercl .regposbtn {
  position: relative;
  background: transparent linear-gradient(119deg, #D9EAFF 0%, #FFFFFF 43%, #D9EAFF 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #9EC9FC;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  font-size: 13px;
  font-weight: 600;
}

.headercl .regposbtn:before {
  content: url("../img/svg/become-pos.svg");
  margin-right: 8px;
}

.headercl .nav-link {
  color: #4E5257;
  font-weight: 600;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
}

.headercl .topheader .calltext {
  color: #A3A8B1;
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .headercl.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.headercl.navbar-expand-md .navbar-nav .nav-link.myac {
  display: flex;
}

.headercl.navbar-expand-md .navbar-nav .nav-link.myac:before {
  content: url("../img/svg/my-account.svg");
  margin-right: 10px;
}

.headercl .navbar-toggler {
  border-color: #1273E8;
}

.headercl .navbar-toggler-icon {
  background-image: url("../img/svg/bluebar.svg");
}

.headercl .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 1px solid  #EFEFEF;
  border-radius: 0;
}

.headercl .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
}

.headercl .dropdown-menu .dropdown-item:hover {
  background: #072AC8;
  color: #fff;
}

.headercl .dropdown-toggle:after {
  border: 0;
  background: url("../img/svg/down-arrow.svg") no-repeat scroll center center;
  background-size: cover;
  width: 13px;
  height: 13px;
  /*position:absolute; top:50%; @include center(vertical);*/
  float: right;
  margin-left: 10px;
}

.headercl .dropdown:hover > .dropdown-menu {
  display: block;
}

.headercl .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

@media (min-width: 992px) {
  .headercl .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.headercl .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.mobilemenu-container {
  padding-top: 23px;
  padding-bottom: 23px;
}

.mobilemenu-container .mobilemenu {
  margin-top: 12px;
}

.mobilemenu-container .mobilemenu .rectangle {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #E7EAF4;
  border-radius: 4px;
}

.mobilemenu-container .mobilemenu .blueborder {
  width: 16px;
  height: 0px;
  border: 1px solid #072AC8;
}

.mobilemenu-container .mobilemenu .blueborder.mb7 {
  margin-bottom: 7px;
}

.mobilemenu-container .mobilemenu .mobilemenutext {
  color: #4e5257;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  color: #4E5257;
}

.mobilemenu-container .ac-icon {
  width: 19px;
  height: 19px;
  background: #F0F6FC;
  border-radius: 100%;
}

.mobilemenu-container .ac-icon .aciconimg {
  width: 12px;
}

.myacmenu .btn {
  color: #4e5257;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: #4E5257;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.myacmenu .btn:hover, .myacmenu .btn:focus {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  color: inherit;
}

.logocontainer {
  margin: 0 auto;
  margin-top: -10px;
  width: 222px;
  height: 223px;
  background: #FFFFFF;
  /*border-bottom: 5px solid #d9eaff;*/
  box-shadow: 0px 3px 36px #00000008;
  position: relative;
}

.logocontainer:after {
  content: '';
  width: 1px;
  height: 62px;
  background: #a8cefc;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(50%, 50%);
}

.leftnav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftnav a {
  padding: 10px 15px;
  display: block;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0px;
  color: #757988;
}

.leftnav a.active {
  background: #FAFAFA;
  color: #191A1A;
}

.insidenav.sticky-top {
  background: #fff;
}

.menufix {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}

@media (max-width: 767px) {
  .formobile {
    width: 100%;
  }
}

.dashboard-header {
  text-transform: capitalize;
  font-size: 1rem;
}

.dashboard-header .navbar-nav a {
  color: #4E5257;
  font-weight: 600;
}

.dashboard-header .logoutlink {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #4E5257;
}

.dashboard-header .logoutlink i {
  color: #072AC8;
}

.footerbg {
  background: var(--unnamed-color-fafafa) 0% 0% no-repeat padding-box;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  color: #A3A8B1;
  padding: 3.125rem 15px 0;
}

.footerbg .blackbg {
  border-radius: 4px;
  padding: 0;
}

.footerbg .blackbg h4 {
  text-align: left;
  font: Bold 14px/28px Nunito;
  letter-spacing: 0px;
  color: #4E5257;
}

.footerbg .blackbg .list-group-item {
  background: transparent;
  border: 0;
  padding: 5px 0;
}

.footerbg .blackbg .list-group-item a {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #757988;
  padding-right: 20px;
  position: relative;
}

.footerbg .blackbg .list-group-item a:after {
  content: '';
  background: url(../img/svg/down-arrow-blue.svg) no-repeat scroll 0 0;
  width: 10px;
  height: 10px;
  float: left;
  background-size: cover;
  position: absolute;
  right: 0px;
  transform: rotate(-90deg);
  top: 5px;
}

@media (max-width: 767px) {
  .footerbg .blackbg .list-group-item a:after {
    display: none;
  }
}

.footerbg .blackbg .list-group-item a:before {
  content: '';
  background: url(../img/svg/down-arrow-blue.svg) no-repeat scroll 0 0;
  width: 10px;
  height: 10px;
  float: left;
  background-size: cover;
  position: absolute;
  right: 0px;
  transform: rotate(-90deg);
  top: 5px;
}

@media (max-width: 767px) {
  .footerbg .blackbg .list-group-item a:before {
    display: none;
  }
}

.footerbg .blackbg .list-group-item a:hover {
  color: #072AC8 !important;
}

.footerbg .blackbg .list-group-item a:hover:before {
  content: '';
  animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.footerbg .blackbg .list-group-item a:hover:after {
  content: '';
  animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.footerbg .footerlinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .footerbg .footerlinks {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.footerbg .footerlinks li {
  float: left;
  position: relative;
}

.footerbg .footerlinks li:before {
  content: '|';
}

.footerbg .footerlinks li:first-child a {
  padding-left: 0;
}

.footerbg .footerlinks li:first-child:before {
  display: none;
}

@media (max-width: 991px) {
  .footerbg .footerlinks li {
    float: none;
    display: inline-block;
  }
}

.footerbg .footerlinks a {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #757988;
  padding: 0 10px;
}

.footerbg .footerlinks a:hover {
  color: #072AC8;
}

.footerbg .contactlink {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #FDFDFD;
  text-align: right;
}

.footerbg .footersmtext {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #A3A8B1;
}

.footerbg .paymenttext {
  font-size: 12px;
  color: #FDFDFD;
  line-height: 28px;
  margin-bottom: 3px;
}

.footerbg .sociallinks a {
  color: #000;
  font-size: 14px;
}

.footerbg .arrow {
  cursor: pointer;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.1s;
  width: 12px;
}

.footerbg .arrow-top, .footerbg .arrow-bottom {
  background-color: #1273E8;
  height: 2px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.footerbg .arrow-top:after, .footerbg .arrow-bottom:after {
  background-color: #FF5D88;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}

.footerbg .arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.footerbg .arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}

.footerbg .arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.footerbg .arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}

.footerbg .arrow:hover .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}

.footerbg .arrow:hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}

.footerbg .arrow:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.dashbodered {
  border-bottom: 1px dotted #d9dee6;
}

/* footer link ani */
@keyframes arrow-anim {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(-90deg);
  }
  5% {
    transform: translateX(-0.1rem) rotate(-90deg);
  }
  100% {
    transform: translateX(1rem) rotate(-90deg);
    opacity: 0;
  }
}

@keyframes arrow-fixed-anim {
  5% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/* end */
.gradientbtn, .pinkgradientbtn, .gradientbtn-cl, .paymentfail .arrowbtn, .getpolicypdf .probtn, .inspectionstatus .probtn, .indexpage-ext .proceedtopay, .commericial-index .proceedtopay, .health-index .proceedtopay, .bike-index .proceedtopay, .car-index .proceedtopay, .shadowboxdiv-cl .shadowboxdiv .boxdivchild .productbtn, .commercial-plan-list .shadowboxdiv .boxdivchild .productbtn, .health-plan-list .shadowboxdiv .boxdivchild .productbtn, .bike-plan-list .shadowboxdiv .boxdivchild .productbtn, .car-plan-list .shadowboxdiv .boxdivchild .productbtn, .grabtn-cl, .my-cl .mydiv .mobileinput .input-group-append, .commericial-before-plan .mydiv .mobileinput .input-group-append, .bike-before-plan .mydiv .mobileinput .input-group-append, .car-before-plan .mydiv .mobileinput .input-group-append, .review-pay-ext .proceedtopay, .commercial-review-pay .proceedtopay, .health-review-pay .proceedtopay, .bike-review-pay .proceedtopay, .car-review-pay .proceedtopay, .commericial-before-plan-page .viewquotes, .commercial-plan-list .probtn, .health-before-plan-page .viewquotes, .health-plan-list .probtn, .bike-before-plan-page .viewquotes, .bike-plan-list .probtn, .car-before-plan-page .viewquotes, .car-plan-list .probtn, .productdiv .producttab .probtn, .contentsection .viewquotes {
  /*@include background-gradient(#FF5D88, #EA164F, 'horizontal'); */
  background: #F99E36;
}

.lightgreybg {
  background: #FAFAFA;
}

.productdiv .left-content {
  height: 100%;
  position: relative;
  /*&:after{ content:' '; background:url(../img/illustration.png) no-repeat scroll 0 bottom /cover; min-height:200px; position:relative; float:left; width:100%;  } */
}

.productdiv .left-content h1 {
  position: relative;
  font-family: 'TisaWebW03';
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-style: normal;
  font-size: 2rem;
}

.productdiv .left-content h1:after {
  content: '';
  width: 46px;
  background: #FF5D88;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.productdiv .left-content h3 {
  font-size: 1.375rem;
}

.productdiv .producttab.shadow {
  box-shadow: 0px 3px 64px #00000017 !important;
}

.productdiv .producttab h2 {
  font-size: 1.5rem;
}

.productdiv .producttab h3 {
  font-size: 1.5rem;
  color: #4E5257;
}

.productdiv .producttab .bluetext-link {
  color: #072AC8;
  text-align: left;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.productdiv .producttab .bluetext-link:hover {
  text-decoration: none;
}

.productdiv .producttab .probtn {
  color: #fff;
  padding: 10px 35px;
  display: flex;
  align-items: center;
  position: relative;
  border: 0;
}

@media (max-width: 567px) {
  .productdiv .producttab .probtn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.productdiv .producttab .probtn span {
  overflow: hidden;
  position: relative;
  padding-right: 25px;
}

.productdiv .producttab .probtn span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
}

.productdiv .producttab .probtn span:before {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  opacity: 0;
}

.productdiv .producttab .probtn:hover span:before {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.productdiv .producttab .probtn:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(100%, -50%);
  opacity: 0;
}

.productdiv .producttab .transparentinput {
  border: 0;
  background: transparent;
}

.productdiv .producttab .proceed {
  min-height: 34px;
  display: flex;
  align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D9DEE6;
  border-radius: 4px;
  color: #393B3E;
  font-weight: 600;
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.productdiv .producttab .proceed:after {
  content: ' ';
  background: url(../img/svg/next-bl.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  float: right;
  margin-left: 10px;
}

.productdiv .producttab .inputcl {
  border-radius: 6px;
  overflow: hidden;
}

.productdiv .producttab .inputcl.shadow {
  box-shadow: 1px 2px 18px #393B3E17 !important;
}

.productdiv .producttab .inputcl label {
  font-size: 0.875rem;
  color: #757988;
  font-weight: 600;
}

.productdiv .producttab .renewcl {
  color: #4E5257;
  font-size: 0.875rem;
  font-weight: 600;
}

.productdiv .producttab .nav-tabs {
  border: 0;
}

.productdiv .producttab .nav-tabs .nav-link {
  padding: 0.5rem 0.5rem;
}

@media (min-width: 1200px) {
  .productdiv .producttab .nav-tabs .nav-link {
    min-width: 133px;
  }
}

.productdiv .producttab .nav-item a {
  position: relative;
  border: 1px solid  #EFEFEF;
  border-radius: 2px;
  margin-right: 5px;
  color: #757988;
  font-weight: 600;
  font-size: 14px;
}

.productdiv .producttab .nav-item a.active {
  border: 1px solid  #fff;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 9px #393B3E21;
  color: #393B3E;
}

.productdiv .producttab .nav-item a.active:after {
  content: '';
  height: 2px;
  background: #1273E8;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.productdiv .producttab .nav-item a .new {
  position: absolute;
  top: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  min-width: 39px;
  height: 18px;
  line-height: 18px;
  background: transparent linear-gradient(52deg, #FFE765 0%, #FFD800 36%, #FFD800 61%, #FFC400 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #FFC400;
  border-radius: 2px;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 9px;
}

.productdiv .producttab .nav-item a .new:after {
  content: '';
  background: url("../img/svg/icon.svg") no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -10px;
}

.secondsec h2 {
  position: relative;
  font-family: 'TisaWebW03';
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-style: normal;
  font-size: 2rem;
}

.secondsec h2:after {
  content: '';
  width: 46px;
  background: #FF5D88;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.secondsec .inlinelist {
  list-style: none;
  border: 1px solid #072AC8;
  padding: 10px;
  border-radius: 25px;
  display: inline-block;
  margin: 0 auto;
}

.secondsec .inlinelist li {
  list-style: none;
  float: left;
  position: relative;
  font-weight: 700;
  padding: 0px 10px;
  color: #072AC8;
}

.secondsec .inlinelist li:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 10px;
  float: left;
  margin-right: 15px;
}

.secondsec .inlinelist li:first-child:before {
  display: none;
}

.contentsection {
  font-size: 18px;
  color: #4E5257;
}

.contentsection h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0px;
  color: #393B3E;
}

.contentsection .bulletlist li {
  text-align: left;
  position: relative;
  border: 0;
}

.contentsection .bulletlist li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #1273E8;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 20px;
}

.contentsection .badge-primary {
  background: #F0F6FC 0% 0% no-repeat padding-box;
  border: 1px solid #D9EAFF;
  border-radius: 4px;
  font-size: 14px;
  color: #393B3E;
  font-weight: 700;
}

.contentsection .viewquotes {
  color: #fff;
  padding: 8px 35px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #F99E36;
  border-radius: 2px;
}

.contentsection .viewquotes span {
  overflow: hidden;
  position: relative;
  padding-right: 25px;
}

.contentsection .viewquotes span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(0, -50%);
}

.contentsection .viewquotes span:before {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  opacity: 0;
}

.contentsection .viewquotes:hover span:before {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.contentsection .viewquotes:hover span:after {
  transition: all .4s;
  content: ' ';
  background: url(../img/svg/next-wh.svg) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translate(100%, -50%);
  opacity: 0;
}

.contentsection .darkgreytext {
  color: #393B3E;
  font-weight: 700;
}

.contentsection .darkgreytext:hover {
  color: #072AC8;
}

.wizardcontainer {
  display: flex;
}

.wizardcontainer .steps {
  width: calc(100% - 233px);
  background: #fff;
  display: flex;
}

.wizardcontainer .steps section {
  width: 100%;
}

.wizardcontainer .steps .popcontent {
  color: #757988;
}

.wizardcontainer .steps .popcontent h3 {
  font-weight: 600;
  color: #072AC8;
  font-size: 1.625rem !important;
  margin-bottom: 1rem;
}

.wizardcontainer .steps .popcontent .before-after-bdr {
  background: #fff;
  padding: 5px 20px;
  z-index: 1;
  position: relative;
}

.wizardcontainer .steps .popcontent .before-after-bdr-container {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.wizardcontainer .steps .popcontent .before-after-bdr-container:before {
  content: '';
  height: 1px;
  width: 50%;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #F99E36;
}

.wizardcontainer .steps .popcontent .before-after-bdr-container:after {
  content: '';
  height: 1px;
  width: 50%;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #F99E36;
}

@media (max-width: 767px) {
  .wizardcontainer {
    display: flex;
    flex-wrap: wrap;
  }
  .wizardcontainer .steps {
    width: 100%;
  }
}

.owl-nav {
  display: none;
}

.homemaintitle {
  color: #3C4758;
  font-weight: 500;
  font-size: 40px;
  font-family: 'TisaWebW03';
}

.homebox-cl, .homebox {
  border: 1px solid #fafafa;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #0000000D;
  border: 1px solid #FAFAFA;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  max-width: 372px;
  width: 100%;
}

.homeboxtitle-cl .homeboxtitle, .homebox .homeboxtitle {
  color: #393b3e;
  padding-left: 20px;
  text-align: left;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #393B3E;
  margin-bottom: 1rem;
}

.homeboxtitle-cl .homeboxtitle:before, .homebox .homeboxtitle:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  background: #F99E36;
  height: 30px;
}

.bulletlist-cl .bulletlist li, .homebox .bulletlist li {
  text-align: left;
  position: relative;
  border: 0;
}

.bulletlist-cl .bulletlist li:before, .homebox .bulletlist li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #f0f6fc;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 3px;
  border: 1px solid #072AC8;
}

.homebox {
  z-index: 1;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .homebox {
    margin-top: 0;
    max-width: 100%;
  }
}

.homebox.boxchangesdiv {
  padding: 0;
  box-shadow: none;
}

.homebox.boxchangesdiv .boxchanges {
  box-shadow: 0px 3px 16px #0000000D;
  border: 1px solid #FAFAFA;
  border-radius: 6px;
  padding: 10px;
}

.homebox.boxchangesdiv .bluetextbtn {
  position: relative;
  border-radius: 25px;
  color: #072AC8;
  font-weight: 700;
  box-shadow: 0px 3px 16px #0000000D;
  padding-right: 30px;
  min-width: 150px;
  transition: all ease-in 0.5s;
}

.homebox.boxchangesdiv .bluetextbtn:after {
  content: ' ';
  background: transparent url(../img/next.svg) no-repeat scroll right center;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 11px;
}

.homebox.boxchangesdiv .bluetextbtn:hover {
  transition: all ease-in 0.5s;
}

.homebox.boxchangesdiv .bluetextbtn:hover:after {
  content: ' ';
  transform: translateX(5px);
  animation: mymove infinite 0.5s;
}

.firstsection {
  position: relative;
  min-height: 296px;
}

.firstsection:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  background: url(./digital.png) no-repeat scroll;
  left: 100px;
  z-index: 2;
  background-size: auto;
  background-position: right center;
  height: 100%;
}

@media (max-width: 767px) {
  .firstsection:before {
    display: none;
  }
}

.firstsection .homeboxcontainer {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.firstsection .homeboxcontainer:before {
  content: '';
  width: 1px;
  height: 50%;
  background: #d5dae1;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 0;
}

.firstsection .homeboxcontainer:after {
  content: '';
  width: 1px;
  height: 50%;
  background: #d5dae1;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 0;
}

.secondsection {
  position: relative;
  min-height: 296px;
}

.secondsection:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  background: url(./personalize-plan.png) no-repeat scroll;
  left: calc(50% - 126px);
  z-index: 2;
  background-size: auto;
  height: 100%;
  background-position: center center;
}

@media (max-width: 767px) {
  .secondsection:before {
    display: none;
  }
}

.secondsection .homeboxcontainer {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.secondsection .homeboxcontainer:before {
  content: '';
  width: 1px;
  height: 50%;
  background: #d5dae1;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
}

.secondsection .homeboxcontainer:after {
  content: '';
  width: 1px;
  height: 50%;
  background: #d5dae1;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 0;
}

.number {
  font-weight: 500;
  font-size: 28px;
  font-family: 'TisaWebW03';
  color: #3C4758;
  margin-bottom: 8px;
}

.title {
  font-weight: 700;
  font-size: 22px;
  color: #F99E36;
  margin-bottom: 8px;
}

.lightgreybg {
  background: transparent linear-gradient(105deg, var(--unnamed-color-fafafa) 0%, #FFFFFC 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #FAFAFA 0%, #FFFFFC 100%) 0% 0% no-repeat padding-box;
}

.front--section h2 {
  padding-top: 54px;
  color: #3c4758;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  font-family: 'TisaWebW03';
  color: #3C4758;
}

.seaaction {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #F99E36;
  padding-left: 30px;
  position: relative;
}

.seaaction:before {
  content: ' ';
  width: 19px;
  height: 19px;
  background: url(../img/svg/play.svg) no-repeat scroll 0 0;
  background-size: cover;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.getinsured {
  display: inline-block;
  padding: 33px;
  background: #fafafa;
  border: 1px solid #d9dee6;
  background: #FAFAFA;
  box-shadow: 3px 3px 36px #0000000D;
  border: 1px solid #D9DEE6;
  border-radius: 8px;
  /*max-width:766px;
    width:100%;*/
  margin: 0 auto;
}

@media (max-width: 767px) {
  .getinsured .row.spacemodify > .col,
  .getinsured .row.spacemodify > [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
  }
  .getinsured .row.spacemodify {
    display: flex;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
  }
}

.getinsured figure {
  margin-bottom: 0;
  width: 52px;
  height: 38px;
}

.getinsured figure img {
  max-width: 100%;
  max-height: 100%;
}

.getinsured .getinsured-title {
  color: #072AC8;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}

.getinsured .getinsured-title:before {
  content: ' ';
  position: absolute;
  left: -33px;
  top: -4px;
  width: 4px;
  background: #F99E36;
  height: 30px;
}

@media (max-width: 767px) {
  .getinsured .getinsured-title:before {
    left: -20px;
  }
}

@media (max-width: 767px) {
  .getinsured {
    padding: 20px;
  }
}

.getinsured .form-check-input {
  position: relative;
  width: 100%;
  margin-left: 0;
}

.getinsured .form-check-label {
  width: 100%;
}

.getinsured .form-check {
  text-align: center;
  width: 133px;
  height: 128px;
  border: 1px solid var(--unnamed-color-d9dee6);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D9DEE6;
  border-radius: 6px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .getinsured .form-check {
    margin-bottom: 10px;
    width: 26vw;
  }
}

.getinsured .form-check a {
  padding-bottom: 35px;
  position: relative;
  color: #393B3E;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.getinsured .form-check a:before {
  content: ' ';
  width: 16px;
  height: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #3C4365;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}

.getinsured .form-check a:focus span {
  color: #072AC8;
}

.getinsured .form-check a:focus:before {
  content: ' ';
  border: 1px solid #072AC8;
}

.getinsured .form-check a:focus:after {
  content: ' ';
  width: 8px;
  height: 8px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  background: #072AC8;
}

.getinsured .form-check.life-sec a:before {
  content: 'Coming Soon';
  width: auto;
  height: auto;
  color: #F99E36;
  border: 0;
  white-space: nowrap;
  line-height: 13px;
}

.getinsured .form-check.life-sec a:focus span {
  color: #072AC8;
}

.getinsured .form-check.life-sec a:focus:before {
  content: 'Coming Soon';
  width: auto;
  height: auto;
  color: #F99E36;
  border: 0;
  white-space: nowrap;
}

.getinsured .form-check.life-sec a:focus:after {
  display: none;
}

.getinsured .form-check.health-sec a:before {
  content: 'Coming Soon';
  width: auto;
  height: auto;
  color: #F99E36;
  border: 0;
  white-space: nowrap;
  line-height: 13px;
}

.getinsured .form-check.health-sec a:focus span {
  color: #072AC8;
}

.getinsured .form-check.health-sec a:focus:before {
  content: 'Coming Soon';
  width: auto;
  height: auto;
  color: #F99E36;
  border: 0;
  white-space: nowrap;
}

.getinsured .form-check.health-sec a:focus:after {
  display: none;
}

.whybuysection .whybuy {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #0000000D;
  border-radius: 35px;
  padding: 16px 40px;
}

.whybuysection .whybuy li {
  position: relative;
  color: #3c4758;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.whybuysection .whybuy li:first-child {
  padding-left: 0;
}

.whybuysection .whybuy li:last-child {
  padding-right: 0;
}

.whybuysection .whybuy li:last-child:after {
  display: none;
}

.whybuysection .whybuy li:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #F99E36;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

@media (max-width: 767px) {
  .whybuysection .whybuy {
    display: none !important;
  }
}

.row.spacechange > .col,
.row.spacechange > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}

.row.spacechange {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

.twittericon {
  width: 18px;
  height: 15px;
  position: absolute;
  bottom: 15px;
  right: 12px;
}

.carosalcontent {
  padding: 25px 15px;
  border: 1px solid #d9dee6;
  background: #FFFFFF;
  box-shadow: 3px 3px 16px #00000017;
  border: 1px solid #D9DEE6;
  border-radius: 6px;
  position: relative;
  height: 100%;
}

.carosalcontent .profileicon {
  width: 72px;
  height: 72px;
  border-radius: 100%;
}

.carosalcontent .grey--text {
  color: #a3a8b1;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  color: #A3A8B1;
}

.carosalcontent .profilename {
  color: #3C4758;
  font-weight: 600;
  font-size: 1rem;
}

.whatourcustomer {
  margin-top: 30px;
  background: #fff;
  position: relative;
}

.whatourcustomer .customerimg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.whatourcustomer:before {
  content: '';
  height: 65%;
  width: 100%;
  background: transparent linear-gradient(102deg, #FAFAFA 0%, #FFFFF8 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
}

.whatourcustomer .owl-stage {
  display: flex;
}

@media (min-width: 768px) {
  .minusleftmrg {
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .minusrightmrg {
    margin-right: -15px;
  }
}

.o-scroll {
  background: #fff !important;
}

.materialradiobtns md-radio-button {
  display: inline-block;
  background: #FDFDFD;
  border: 1px solid #757988;
  border-radius: 6px;
  padding: 10px 15px;
}

.materialradiobtns md-radio-button .md-container {
  left: 15px;
}

.materialradiobtns md-radio-button.md-checked {
  border: 1px solid #1273E8;
  box-shadow: 1px 3px 6px #3C47581F;
}

.materialradiobtns md-radio-button.md-checked .md-container:before {
  content: ' ';
  background: #1273E8;
}

.materialradiobtns md-radio-button.md-checked .md-off {
  border-color: #1273E8 !important;
}

.materialradiobtns md-radio-button.md-checked .md-on {
  background: #fff !important;
  transform: scale(0.4);
}

.materialradiobtns md-radio-button.md-checked .md-label {
  font-size: 18px;
  font-weight: 600;
  color: #191A1A;
}

.materialradiobtns md-radio-button:hover {
  box-shadow: 1px 3px 6px #3C47581F;
}

.materialradiobtns .md-label {
  font-size: 18px;
  font-weight: 600;
  color: #393B3E;
  margin-right: 30px;
}

.materialradiobtns .md-off {
  border-color: #3C4758 !important;
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.materialradiobtns .md-on {
  width: 16px;
  height: 16px;
}

.materialradiobtns md-radio-button .md-container {
  width: 16px;
  height: 16px;
}

.homemenu .navbar-collapse {
  flex-basis: auto !important;
  flex-grow: 0 !important;
}

.homemenu .navbar-collapse a {
  font-weight: 600;
  text-align: left;
  font-size: 1rem;
  color: #4E5257;
}

.homemenu .dropdown-toggle::after {
  content: '';
  background: url("../img/svg/down-arrow-blue.svg") no-repeat scroll 0 0;
  width: 8px;
  height: 8px;
  background-size: cover;
  border: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .homemenu .navbar-nav .nav-item {
    margin-right: 10px;
  }
}

.homemenu .navbar-nav .nav-link {
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .homemenu.navbar {
    min-height: 229px;
  }
}

@keyframes mymove {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}

.maxwidth {
  max-width: 350px;
}

@font-face {
  font-family: 'TisaWebW03';
  src: url("../webfonts/TisaWebW03-Medium.eot");
  src: url("../webfonts/TisaWebW03-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/TisaWebW03-Medium.woff2") format("woff2"), url("../webfonts/TisaWebW03-Medium.woff") format("woff"), url("../webfonts/TisaWebW03-Medium.ttf") format("truetype"), url("../webfonts/TisaWebW03-Medium.svg#TisaWebW03-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

a, a:hover {
  transition: all 0.5s ease;
}

body {
  color: #4E5257;
  font-family: 'Nunito', sans-serif;
  /*font-size:1.125rem;*/
  font-size: 1rem;
  line-height: 1.5rem;
}
